Color spaces of #556105
RGB | 85 | 97 | 5 |
---|---|---|---|
HSL | 0.19 | 0.90 | 0.20 |
HSV | 68° | 95° | 38° |
CMYK | 0.12 | 0.00 | 0.95 0.62 |
XYZ | 8.0484 | 10.4916 | 1.7445 |
Yxy | 10.4916 | 0.3968 | 0.5172 |
Hunter Lab | 32.3907 | -12.3304 | 19.4803 |
CIE-Lab | 38.7107 | -16.2582 | 43.9090 |
#556105 color RGB value is (85,97,5).
#556105 hex color red value is 85, green value is 97 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #556105 hue: 0.19 , saturation: 0.90 and the lightness value of 556105 is 0.20.
The process color (four color CMYK) of #556105 color hex is 0.12, 0.00, 0.95, 0.62. Web safe color of #556105 is #666600. Color #556105 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01100001 | 00000101 |
Octal | 125 | 141 | 5 |
Decimal | 85 | 97 | 5 |
Hex | 55 | 61 | 5 |
Shades of #556105
Tints of #556105
RGB Percentages of Color #556105
CMYK Percentages of Color #556105
Complementary Color
#556105 | #110561 |
#556105 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#556105 Color Preview on White Background
Lorem ipsum dolor sit amet.
#556105 Color CSS Codes
.mybgcolor {background-color:#556105; } .myforecolor {color:#556105; } .mybordercolor {border:3px solid #556105; }
#556105 Text Font Color
<p style="color:#556105">Text here</p>
This sample text font color is #556105
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.
#556105 Background Color
<div style="background-color:#556105">
Div content here</div>
This div background color is #556105
#556105 Border Color
<div style="border:3px solid #556105">
Div here</div>
This div border color is #556105
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,97,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #556105; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #556105; -webkit-box-shadow: 1px 1px 3px 2px #556105; box-shadow: 1px 1px 3px 2px #556105; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,97,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #556105">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #556105; -webkit-box-shadow: 1px 1px 3px 2px #556105; box-shadow: 1px 1px 3px 2px #556105;">
Div content here</div>
This div box has shadow with color #556105
Comments
No comments written yet.
Please login to write comment.