Color spaces of #597889
RGB | 89 | 120 | 137 |
---|---|---|---|
HSL | 0.56 | 0.21 | 0.44 |
HSV | 201° | 35° | 54° |
CMYK | 0.35 | 0.12 | 0.00 0.46 |
XYZ | 15.3517 | 17.3629 | 26.2092 |
Yxy | 17.3629 | 0.2605 | 0.2947 |
Hunter Lab | 41.6688 | -7.1571 | -8.1246 |
CIE-Lab | 48.7141 | -6.6431 | -12.8357 |
#597889 color RGB value is (89,120,137).
#597889 hex color red value is 89, green value is 120 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #597889 hue: 0.56 , saturation: 0.21 and the lightness value of 597889 is 0.44.
The process color (four color CMYK) of #597889 color hex is 0.35, 0.12, 0.00, 0.46. Web safe color of #597889 is #666699. Color #597889 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 01111000 | 10001001 |
Octal | 131 | 170 | 211 |
Decimal | 89 | 120 | 137 |
Hex | 59 | 78 | 89 |
Shades of #597889
Tints of #597889
RGB Percentages of Color #597889
CMYK Percentages of Color #597889
Complementary Color
#597889 | #896a59 |
#597889 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#597889 Color Preview on White Background
Lorem ipsum dolor sit amet.
#597889 Color CSS Codes
.mybgcolor {background-color:#597889; } .myforecolor {color:#597889; } .mybordercolor {border:3px solid #597889; }
#597889 Text Font Color
<p style="color:#597889">Text here</p>
This sample text font color is #597889
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.
#597889 Background Color
<div style="background-color:#597889">
Div content here</div>
This div background color is #597889
#597889 Border Color
<div style="border:3px solid #597889">
Div here</div>
This div border color is #597889
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,120,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #597889; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #597889; -webkit-box-shadow: 1px 1px 3px 2px #597889; box-shadow: 1px 1px 3px 2px #597889; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,120,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #597889">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #597889; -webkit-box-shadow: 1px 1px 3px 2px #597889; box-shadow: 1px 1px 3px 2px #597889;">
Div content here</div>
This div box has shadow with color #597889
Comments
No comments written yet.
Please login to write comment.