Color spaces of #55566a
RGB | 85 | 86 | 106 |
---|---|---|---|
HSL | 0.66 | 0.11 | 0.37 |
HSV | 237° | 20° | 42° |
CMYK | 0.20 | 0.19 | 0.00 0.58 |
XYZ | 9.6756 | 9.6275 | 14.9840 |
Yxy | 9.6275 | 0.2822 | 0.2808 |
Hunter Lab | 31.0282 | 1.3627 | -6.9123 |
CIE-Lab | 37.1654 | 4.3009 | -11.5924 |
#55566a color RGB value is (85,86,106).
#55566a hex color red value is 85, green value is 86 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #55566a hue: 0.66 , saturation: 0.11 and the lightness value of 55566a is 0.37.
The process color (four color CMYK) of #55566a color hex is 0.20, 0.19, 0.00, 0.58. Web safe color of #55566a is #666666. Color #55566a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01010110 | 01101010 |
Octal | 125 | 126 | 152 |
Decimal | 85 | 86 | 106 |
Hex | 55 | 56 | 6A |
Shades of #55566a
Tints of #55566a
RGB Percentages of Color #55566a
CMYK Percentages of Color #55566a
Complementary Color
#55566a | #6a6955 |
#55566a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55566a Color Preview on White Background
Lorem ipsum dolor sit amet.
#55566a Color CSS Codes
.mybgcolor {background-color:#55566a; } .myforecolor {color:#55566a; } .mybordercolor {border:3px solid #55566a; }
#55566a Text Font Color
<p style="color:#55566a">Text here</p>
This sample text font color is #55566a
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.
#55566a Background Color
<div style="background-color:#55566a">
Div content here</div>
This div background color is #55566a
#55566a Border Color
<div style="border:3px solid #55566a">
Div here</div>
This div border color is #55566a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,86,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55566a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55566a; -webkit-box-shadow: 1px 1px 3px 2px #55566a; box-shadow: 1px 1px 3px 2px #55566a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,86,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55566a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55566a; -webkit-box-shadow: 1px 1px 3px 2px #55566a; box-shadow: 1px 1px 3px 2px #55566a;">
Div content here</div>
This div box has shadow with color #55566a
Comments
No comments written yet.
Please login to write comment.