Color spaces of #566bbd
RGB | 86 | 107 | 189 |
---|---|---|---|
HSL | 0.63 | 0.44 | 0.54 |
HSV | 228° | 54° | 74° |
CMYK | 0.54 | 0.43 | 0.00 0.26 |
XYZ | 18.2808 | 16.1679 | 50.3013 |
Yxy | 16.1679 | 0.2157 | 0.1908 |
Hunter Lab | 40.2093 | 10.7871 | -46.0244 |
CIE-Lab | 47.1940 | 16.2293 | -45.6544 |
#566bbd color RGB value is (86,107,189).
#566bbd hex color red value is 86, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #566bbd hue: 0.63 , saturation: 0.44 and the lightness value of 566bbd is 0.54.
The process color (four color CMYK) of #566bbd color hex is 0.54, 0.43, 0.00, 0.26. Web safe color of #566bbd is #6666cc. Color #566bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01101011 | 10111101 |
Octal | 126 | 153 | 275 |
Decimal | 86 | 107 | 189 |
Hex | 56 | 6B | BD |
Shades of #566bbd
Tints of #566bbd
RGB Percentages of Color #566bbd
CMYK Percentages of Color #566bbd
Complementary Color
#566bbd | #bda856 |
#566bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#566bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#566bbd Color CSS Codes
.mybgcolor {background-color:#566bbd; } .myforecolor {color:#566bbd; } .mybordercolor {border:3px solid #566bbd; }
#566bbd Text Font Color
<p style="color:#566bbd">Text here</p>
This sample text font color is #566bbd
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.
#566bbd Background Color
<div style="background-color:#566bbd">
Div content here</div>
This div background color is #566bbd
#566bbd Border Color
<div style="border:3px solid #566bbd">
Div here</div>
This div border color is #566bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,107,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #566bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #566bbd; -webkit-box-shadow: 1px 1px 3px 2px #566bbd; box-shadow: 1px 1px 3px 2px #566bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,107,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #566bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #566bbd; -webkit-box-shadow: 1px 1px 3px 2px #566bbd; box-shadow: 1px 1px 3px 2px #566bbd;">
Div content here</div>
This div box has shadow with color #566bbd
Comments
No comments written yet.
Please login to write comment.