Shades of Hoki #597A89
Tints of Hoki #597A89
RGB
CMYK
RGB Variations
Color information
#597A89 (or 0x597A89) is known color: Hoki. HEX triplet: 59, 7A and 89. RGB value is (89,122,137). Sum of RGB (Red+Green+Blue) = 89+122+137=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #597A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A89 is #A68576. Grayscale: #717171. Windows color (decimal): -10913143 or 9009753. OLE color: 9009753.
HSL color Cylindrical-coordinate representation of color #597A89: hue angle of 198.75º 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 #597A89 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 122 | 137 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.46 |
| HSL | 198.75º | 0.21% | 0.44% | - |
| HSV(B) | 198.75º | 0.35% | 0.54% | - |
| XYZ | 15.59 | 17.85 | 26.29 | - |
| YUV | 113.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 137 | 0.35 | 0.11 | 0 | 0.46 | 198.75 | 0.21 | 0.44 |
| Hex | 59 | 7A | 89 | 23 | B | 0 | 2E | C7 | 15 | 2C |
| Octal | 131 | 172 | 211 | 43 | 13 | 0 | 56 | 307 | 25 | 54 |
| Binary | 1011001 | 1111010 | 10001001 | 100011 | 1011 | 0 | 101110 | 11000111 | 10101 | 101100 |
Color Harmonies of #597A89
Complementary color
Monochromatic Colors of #597A89
Black with #597A89
Text Example
Text Example
White with #597A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597A89; }
p { color: rgb(89,122,137); }
H1.HeaderClassName
{
color: #597A89;
}
.AnyTagClassName
{
color: #597A89;
}
</style>
background-color css
<style>
a { background-color: #597A89; }
a { background-color: rgb(89,122,137); }
div.DivClassName
{
background-color: #597A89;
}
.BgClassName
{
background-color: #597A89;
}
</style>
border-color css
<style>
span { border-color: #597A89; }
span { border-color: rgb(89,122,137); }
td.TdClassName
{
border-color: #597A89;
}
.TagClassName
{
border-color: #597A89;
}
</style>