Color spaces of #566476
RGB | 86 | 100 | 118 |
---|---|---|---|
HSL | 0.59 | 0.16 | 0.40 |
HSV | 214° | 27° | 46° |
CMYK | 0.27 | 0.15 | 0.00 0.54 |
XYZ | 11.6649 | 12.4008 | 18.9183 |
Yxy | 12.4008 | 0.2714 | 0.2885 |
Hunter Lab | 35.2148 | -2.4977 | -7.2018 |
CIE-Lab | 41.8462 | -0.8610 | -11.8669 |
#566476 color RGB value is (86,100,118).
#566476 hex color red value is 86, green value is 100 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #566476 hue: 0.59 , saturation: 0.16 and the lightness value of 566476 is 0.40.
The process color (four color CMYK) of #566476 color hex is 0.27, 0.15, 0.00, 0.54. Web safe color of #566476 is #666666. Color #566476 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01100100 | 01110110 |
Octal | 126 | 144 | 166 |
Decimal | 86 | 100 | 118 |
Hex | 56 | 64 | 76 |
Shades of #566476
Tints of #566476
RGB Percentages of Color #566476
CMYK Percentages of Color #566476
Complementary Color
#566476 | #766856 |
#566476 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#566476 Color Preview on White Background
Lorem ipsum dolor sit amet.
#566476 Color CSS Codes
.mybgcolor {background-color:#566476; } .myforecolor {color:#566476; } .mybordercolor {border:3px solid #566476; }
#566476 Text Font Color
<p style="color:#566476">Text here</p>
This sample text font color is #566476
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.
#566476 Background Color
<div style="background-color:#566476">
Div content here</div>
This div background color is #566476
#566476 Border Color
<div style="border:3px solid #566476">
Div here</div>
This div border color is #566476
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,100,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #566476; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #566476; -webkit-box-shadow: 1px 1px 3px 2px #566476; box-shadow: 1px 1px 3px 2px #566476; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,100,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #566476">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #566476; -webkit-box-shadow: 1px 1px 3px 2px #566476; box-shadow: 1px 1px 3px 2px #566476;">
Div content here</div>
This div box has shadow with color #566476
Comments
No comments written yet.
Please login to write comment.