Color spaces of #576bba
RGB | 87 | 107 | 186 |
---|---|---|---|
HSL | 0.63 | 0.42 | 0.54 |
HSV | 228° | 53° | 73° |
CMYK | 0.53 | 0.42 | 0.00 0.27 |
XYZ | 18.0511 | 16.0868 | 48.6080 |
Yxy | 16.0868 | 0.2182 | 0.1944 |
Hunter Lab | 40.1084 | 10.1458 | -43.7787 |
CIE-Lab | 47.0882 | 15.4716 | -44.0822 |
#576bba color RGB value is (87,107,186).
#576bba hex color red value is 87, green value is 107 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #576bba hue: 0.63 , saturation: 0.42 and the lightness value of 576bba is 0.54.
The process color (four color CMYK) of #576bba color hex is 0.53, 0.42, 0.00, 0.27. Web safe color of #576bba is #6666cc. Color #576bba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01101011 | 10111010 |
Octal | 127 | 153 | 272 |
Decimal | 87 | 107 | 186 |
Hex | 57 | 6B | BA |
Shades of #576bba
Tints of #576bba
RGB Percentages of Color #576bba
CMYK Percentages of Color #576bba
Complementary Color
#576bba | #baa657 |
#576bba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#576bba Color Preview on White Background
Lorem ipsum dolor sit amet.
#576bba Color CSS Codes
.mybgcolor {background-color:#576bba; } .myforecolor {color:#576bba; } .mybordercolor {border:3px solid #576bba; }
#576bba Text Font Color
<p style="color:#576bba">Text here</p>
This sample text font color is #576bba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#576bba Background Color
<div style="background-color:#576bba">
Div content here</div>
This div background color is #576bba
#576bba Border Color
<div style="border:3px solid #576bba">
Div here</div>
This div border color is #576bba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,107,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #576bba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #576bba; -webkit-box-shadow: 1px 1px 3px 2px #576bba; box-shadow: 1px 1px 3px 2px #576bba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,107,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #576bba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #576bba; -webkit-box-shadow: 1px 1px 3px 2px #576bba; box-shadow: 1px 1px 3px 2px #576bba;">
Div content here</div>
This div box has shadow with color #576bba
Comments
No comments written yet.
Please login to write comment.