Color spaces of #59486f
RGB | 89 | 72 | 111 |
---|---|---|---|
HSL | 0.74 | 0.21 | 0.36 |
HSV | 266° | 35° | 44° |
CMYK | 0.20 | 0.35 | 0.00 0.56 |
XYZ | 9.3064 | 7.9063 | 16.0745 |
Yxy | 7.9063 | 0.2796 | 0.2375 |
Hunter Lab | 28.1181 | 9.8723 | -14.2120 |
CIE-Lab | 33.7870 | 15.8551 | -19.8638 |
#59486f color RGB value is (89,72,111).
#59486f hex color red value is 89, green value is 72 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #59486f hue: 0.74 , saturation: 0.21 and the lightness value of 59486f is 0.36.
The process color (four color CMYK) of #59486f color hex is 0.20, 0.35, 0.00, 0.56. Web safe color of #59486f is #663366. Color #59486f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 01001000 | 01101111 |
Octal | 131 | 110 | 157 |
Decimal | 89 | 72 | 111 |
Hex | 59 | 48 | 6F |
Shades of #59486f
Tints of #59486f
RGB Percentages of Color #59486f
CMYK Percentages of Color #59486f
Complementary Color
#59486f | #5e6f48 |
#59486f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59486f Color Preview on White Background
Lorem ipsum dolor sit amet.
#59486f Color CSS Codes
.mybgcolor {background-color:#59486f; } .myforecolor {color:#59486f; } .mybordercolor {border:3px solid #59486f; }
#59486f Text Font Color
<p style="color:#59486f">Text here</p>
This sample text font color is #59486f
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.
#59486f Background Color
<div style="background-color:#59486f">
Div content here</div>
This div background color is #59486f
#59486f Border Color
<div style="border:3px solid #59486f">
Div here</div>
This div border color is #59486f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,72,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59486f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59486f; -webkit-box-shadow: 1px 1px 3px 2px #59486f; box-shadow: 1px 1px 3px 2px #59486f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,72,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59486f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59486f; -webkit-box-shadow: 1px 1px 3px 2px #59486f; box-shadow: 1px 1px 3px 2px #59486f;">
Div content here</div>
This div box has shadow with color #59486f
Comments
No comments written yet.
Please login to write comment.