Shades of Hoki #597B8E
Tints of Hoki #597B8E
RGB
CMYK
RGB Variations
Color information
#597B8E (or 0x597B8E) is known color: Hoki. HEX triplet: 59, 7B and 8E. RGB value is (89,123,142). Sum of RGB (Red+Green+Blue) = 89+123+142=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #597B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597B8E is #A68471. Grayscale: #727272. Windows color (decimal): -10912882 or 9337689. OLE color: 9337689.
HSL color Cylindrical-coordinate representation of color #597B8E: hue angle of 201.51º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #597B8E is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 123 | 142 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.44 |
| HSL | 201.51º | 0.23% | 0.45% | - |
| HSV(B) | 201.51º | 0.37% | 0.56% | - |
| XYZ | 16.09 | 18.24 | 28.26 | - |
| YUV | 115 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 142 | 0.37 | 0.13 | 0 | 0.44 | 201.51 | 0.23 | 0.45 |
| Hex | 59 | 7B | 8E | 25 | D | 0 | 2C | CA | 17 | 2D |
| Octal | 131 | 173 | 216 | 45 | 15 | 0 | 54 | 312 | 27 | 55 |
| Binary | 1011001 | 1111011 | 10001110 | 100101 | 1101 | 0 | 101100 | 11001010 | 10111 | 101101 |
Color Harmonies of #597B8E
Complementary color
Monochromatic Colors of #597B8E
Black with #597B8E
Text Example
Text Example
White with #597B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597B8E; }
p { color: rgb(89,123,142); }
H1.HeaderClassName
{
color: #597B8E;
}
.AnyTagClassName
{
color: #597B8E;
}
</style>
background-color css
<style>
a { background-color: #597B8E; }
a { background-color: rgb(89,123,142); }
div.DivClassName
{
background-color: #597B8E;
}
.BgClassName
{
background-color: #597B8E;
}
</style>
border-color css
<style>
span { border-color: #597B8E; }
span { border-color: rgb(89,123,142); }
td.TdClassName
{
border-color: #597B8E;
}
.TagClassName
{
border-color: #597B8E;
}
</style>