Color spaces of #59536e
RGB | 89 | 83 | 110 |
---|---|---|---|
HSL | 0.70 | 0.14 | 0.38 |
HSV | 253° | 25° | 43° |
CMYK | 0.19 | 0.25 | 0.00 0.57 |
XYZ | 10.0276 | 9.4361 | 16.0447 |
Yxy | 9.4361 | 0.2824 | 0.2657 |
Hunter Lab | 30.7182 | 4.5123 | -9.4655 |
CIE-Lab | 36.8107 | 8.6272 | -14.5851 |
#59536e color RGB value is (89,83,110).
#59536e hex color red value is 89, green value is 83 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #59536e hue: 0.70 , saturation: 0.14 and the lightness value of 59536e is 0.38.
The process color (four color CMYK) of #59536e color hex is 0.19, 0.25, 0.00, 0.57. Web safe color of #59536e is #666666. Color #59536e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 01010011 | 01101110 |
Octal | 131 | 123 | 156 |
Decimal | 89 | 83 | 110 |
Hex | 59 | 53 | 6E |
Shades of #59536e
Tints of #59536e
RGB Percentages of Color #59536e
CMYK Percentages of Color #59536e
Complementary Color
#59536e | #686e53 |
#59536e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59536e Color Preview on White Background
Lorem ipsum dolor sit amet.
#59536e Color CSS Codes
.mybgcolor {background-color:#59536e; } .myforecolor {color:#59536e; } .mybordercolor {border:3px solid #59536e; }
#59536e Text Font Color
<p style="color:#59536e">Text here</p>
This sample text font color is #59536e
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.
#59536e Background Color
<div style="background-color:#59536e">
Div content here</div>
This div background color is #59536e
#59536e Border Color
<div style="border:3px solid #59536e">
Div here</div>
This div border color is #59536e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,83,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59536e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59536e; -webkit-box-shadow: 1px 1px 3px 2px #59536e; box-shadow: 1px 1px 3px 2px #59536e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,83,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59536e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59536e; -webkit-box-shadow: 1px 1px 3px 2px #59536e; box-shadow: 1px 1px 3px 2px #59536e;">
Div content here</div>
This div box has shadow with color #59536e
Comments
No comments written yet.
Please login to write comment.