Color spaces of #59959e
RGB | 89 | 149 | 158 |
---|---|---|---|
HSL | 0.52 | 0.28 | 0.48 |
HSV | 188° | 44° | 62° |
CMYK | 0.44 | 0.06 | 0.00 0.38 |
XYZ | 21.0388 | 26.0874 | 36.2743 |
Yxy | 26.0874 | 0.2523 | 0.3128 |
Hunter Lab | 51.0758 | -15.8562 | -6.3550 |
CIE-Lab | 58.1199 | -17.0250 | -10.8538 |
#59959e color RGB value is (89,149,158).
#59959e hex color red value is 89, green value is 149 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #59959e hue: 0.52 , saturation: 0.28 and the lightness value of 59959e is 0.48.
The process color (four color CMYK) of #59959e color hex is 0.44, 0.06, 0.00, 0.38. Web safe color of #59959e is #669999. Color #59959e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 10010101 | 10011110 |
Octal | 131 | 225 | 236 |
Decimal | 89 | 149 | 158 |
Hex | 59 | 95 | 9E |
Shades of #59959e
Tints of #59959e
RGB Percentages of Color #59959e
CMYK Percentages of Color #59959e
Complementary Color
#59959e | #9e6259 |
#59959e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59959e Color Preview on White Background
Lorem ipsum dolor sit amet.
#59959e Color CSS Codes
.mybgcolor {background-color:#59959e; } .myforecolor {color:#59959e; } .mybordercolor {border:3px solid #59959e; }
#59959e Text Font Color
<p style="color:#59959e">Text here</p>
This sample text font color is #59959e
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.
#59959e Background Color
<div style="background-color:#59959e">
Div content here</div>
This div background color is #59959e
#59959e Border Color
<div style="border:3px solid #59959e">
Div here</div>
This div border color is #59959e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,149,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59959e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59959e; -webkit-box-shadow: 1px 1px 3px 2px #59959e; box-shadow: 1px 1px 3px 2px #59959e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,149,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59959e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59959e; -webkit-box-shadow: 1px 1px 3px 2px #59959e; box-shadow: 1px 1px 3px 2px #59959e;">
Div content here</div>
This div box has shadow with color #59959e
Comments
No comments written yet.
Please login to write comment.