Color spaces of #55977a
RGB | 85 | 151 | 122 |
---|---|---|---|
HSL | 0.43 | 0.28 | 0.46 |
HSV | 154° | 44° | 59° |
CMYK | 0.44 | 0.00 | 0.19 0.41 |
XYZ | 18.3258 | 25.4697 | 22.3626 |
Yxy | 25.4697 | 0.2770 | 0.3850 |
Hunter Lab | 50.4675 | -23.5011 | 9.0553 |
CIE-Lab | 57.5302 | -28.0868 | 8.7757 |
#55977a color RGB value is (85,151,122).
#55977a hex color red value is 85, green value is 151 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #55977a hue: 0.43 , saturation: 0.28 and the lightness value of 55977a is 0.46.
The process color (four color CMYK) of #55977a color hex is 0.44, 0.00, 0.19, 0.41. Web safe color of #55977a is #669966. Color #55977a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 10010111 | 01111010 |
Octal | 125 | 227 | 172 |
Decimal | 85 | 151 | 122 |
Hex | 55 | 97 | 7A |
Shades of #55977a
Tints of #55977a
RGB Percentages of Color #55977a
CMYK Percentages of Color #55977a
Complementary Color
#55977a | #975572 |
#55977a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55977a Color Preview on White Background
Lorem ipsum dolor sit amet.
#55977a Color CSS Codes
.mybgcolor {background-color:#55977a; } .myforecolor {color:#55977a; } .mybordercolor {border:3px solid #55977a; }
#55977a Text Font Color
<p style="color:#55977a">Text here</p>
This sample text font color is #55977a
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.
#55977a Background Color
<div style="background-color:#55977a">
Div content here</div>
This div background color is #55977a
#55977a Border Color
<div style="border:3px solid #55977a">
Div here</div>
This div border color is #55977a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,151,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55977a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55977a; -webkit-box-shadow: 1px 1px 3px 2px #55977a; box-shadow: 1px 1px 3px 2px #55977a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,151,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55977a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55977a; -webkit-box-shadow: 1px 1px 3px 2px #55977a; box-shadow: 1px 1px 3px 2px #55977a;">
Div content here</div>
This div box has shadow with color #55977a
Comments
No comments written yet.
Please login to write comment.