Shades of Hoki #597D88
Tints of Hoki #597D88
RGB
CMYK
RGB Variations
Color information
#597D88 (or 0x597D88) is known color: Hoki. HEX triplet: 59, 7D and 88. RGB value is (89,125,136). Sum of RGB (Red+Green+Blue) = 89+125+136=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #597D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D88 is #A68277. Grayscale: #737373. Windows color (decimal): -10912376 or 8944985. OLE color: 8944985.
HSL color Cylindrical-coordinate representation of color #597D88: hue angle of 194.04º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #597D88 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 125 | 136 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.47 |
| HSL | 194.04º | 0.21% | 0.44% | - |
| HSV(B) | 194.04º | 0.35% | 0.53% | - |
| XYZ | 15.9 | 18.57 | 26.04 | - |
| YUV | 115.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 136 | 0.35 | 0.08 | 0 | 0.47 | 194.04 | 0.21 | 0.44 |
| Hex | 59 | 7D | 88 | 23 | 8 | 0 | 2F | C2 | 15 | 2C |
| Octal | 131 | 175 | 210 | 43 | 10 | 0 | 57 | 302 | 25 | 54 |
| Binary | 1011001 | 1111101 | 10001000 | 100011 | 1000 | 0 | 101111 | 11000010 | 10101 | 101100 |
Color Harmonies of #597D88
Complementary color
Monochromatic Colors of #597D88
Black with #597D88
Text Example
Text Example
White with #597D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D88; }
p { color: rgb(89,125,136); }
H1.HeaderClassName
{
color: #597D88;
}
.AnyTagClassName
{
color: #597D88;
}
</style>
background-color css
<style>
a { background-color: #597D88; }
a { background-color: rgb(89,125,136); }
div.DivClassName
{
background-color: #597D88;
}
.BgClassName
{
background-color: #597D88;
}
</style>
border-color css
<style>
span { border-color: #597D88; }
span { border-color: rgb(89,125,136); }
td.TdClassName
{
border-color: #597D88;
}
.TagClassName
{
border-color: #597D88;
}
</style>