Shades of Hoki #597D89
Tints of Hoki #597D89
RGB
CMYK
RGB Variations
Color information
#597D89 (or 0x597D89) is known color: Hoki. HEX triplet: 59, 7D and 89. RGB value is (89,125,137). Sum of RGB (Red+Green+Blue) = 89+125+137=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #597D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D89 is #A68276. Grayscale: #737373. Windows color (decimal): -10912375 or 9010521. OLE color: 9010521.
HSL color Cylindrical-coordinate representation of color #597D89: hue angle of 195º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #597D89 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 125 | 137 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.46 |
| HSL | 195º | 0.21% | 0.44% | - |
| HSV(B) | 195º | 0.35% | 0.54% | - |
| XYZ | 15.97 | 18.6 | 26.41 | - |
| YUV | 115.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 137 | 0.35 | 0.09 | 0 | 0.46 | 195 | 0.21 | 0.44 |
| Hex | 59 | 7D | 89 | 23 | 9 | 0 | 2E | C3 | 15 | 2C |
| Octal | 131 | 175 | 211 | 43 | 11 | 0 | 56 | 303 | 25 | 54 |
| Binary | 1011001 | 1111101 | 10001001 | 100011 | 1001 | 0 | 101110 | 11000011 | 10101 | 101100 |
Color Harmonies of #597D89
Complementary color
Monochromatic Colors of #597D89
Black with #597D89
Text Example
Text Example
White with #597D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D89; }
p { color: rgb(89,125,137); }
H1.HeaderClassName
{
color: #597D89;
}
.AnyTagClassName
{
color: #597D89;
}
</style>
background-color css
<style>
a { background-color: #597D89; }
a { background-color: rgb(89,125,137); }
div.DivClassName
{
background-color: #597D89;
}
.BgClassName
{
background-color: #597D89;
}
</style>
border-color css
<style>
span { border-color: #597D89; }
span { border-color: rgb(89,125,137); }
td.TdClassName
{
border-color: #597D89;
}
.TagClassName
{
border-color: #597D89;
}
</style>