Shades of Hoki #597D87
Tints of Hoki #597D87
RGB
CMYK
RGB Variations
Color information
#597D87 (or 0x597D87) is known color: Hoki. HEX triplet: 59, 7D and 87. RGB value is (89,125,135). Sum of RGB (Red+Green+Blue) = 89+125+135=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #597D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D87 is #A68278. Grayscale: #737373. Windows color (decimal): -10912377 or 8879449. OLE color: 8879449.
HSL color Cylindrical-coordinate representation of color #597D87: hue angle of 193.04º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #597D87 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 125 | 135 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.47 |
| HSL | 193.04º | 0.21% | 0.44% | - |
| HSV(B) | 193.04º | 0.34% | 0.53% | - |
| XYZ | 15.83 | 18.54 | 25.67 | - |
| YUV | 115.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 135 | 0.34 | 0.07 | 0 | 0.47 | 193.04 | 0.21 | 0.44 |
| Hex | 59 | 7D | 87 | 22 | 7 | 0 | 2F | C1 | 15 | 2C |
| Octal | 131 | 175 | 207 | 42 | 7 | 0 | 57 | 301 | 25 | 54 |
| Binary | 1011001 | 1111101 | 10000111 | 100010 | 111 | 0 | 101111 | 11000001 | 10101 | 101100 |
Color Harmonies of #597D87
Complementary color
Monochromatic Colors of #597D87
Black with #597D87
Text Example
Text Example
White with #597D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D87; }
p { color: rgb(89,125,135); }
H1.HeaderClassName
{
color: #597D87;
}
.AnyTagClassName
{
color: #597D87;
}
</style>
background-color css
<style>
a { background-color: #597D87; }
a { background-color: rgb(89,125,135); }
div.DivClassName
{
background-color: #597D87;
}
.BgClassName
{
background-color: #597D87;
}
</style>
border-color css
<style>
span { border-color: #597D87; }
span { border-color: rgb(89,125,135); }
td.TdClassName
{
border-color: #597D87;
}
.TagClassName
{
border-color: #597D87;
}
</style>