Shades of Hoki #597D8D
Tints of Hoki #597D8D
RGB
CMYK
RGB Variations
Color information
#597D8D (or 0x597D8D) is known color: Hoki. HEX triplet: 59, 7D and 8D. RGB value is (89,125,141). Sum of RGB (Red+Green+Blue) = 89+125+141=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #597D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D8D is #A68272. Grayscale: #737373. Windows color (decimal): -10912371 or 9272665. OLE color: 9272665.
HSL color Cylindrical-coordinate representation of color #597D8D: hue angle of 198.46º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #597D8D is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 125 | 141 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.45 |
| HSL | 198.46º | 0.23% | 0.45% | - |
| HSV(B) | 198.46º | 0.37% | 0.55% | - |
| XYZ | 16.26 | 18.71 | 27.95 | - |
| YUV | 116.06 | 142.07 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 141 | 0.37 | 0.11 | 0 | 0.45 | 198.46 | 0.23 | 0.45 |
| Hex | 59 | 7D | 8D | 25 | B | 0 | 2D | C6 | 17 | 2D |
| Octal | 131 | 175 | 215 | 45 | 13 | 0 | 55 | 306 | 27 | 55 |
| Binary | 1011001 | 1111101 | 10001101 | 100101 | 1011 | 0 | 101101 | 11000110 | 10111 | 101101 |
Color Harmonies of #597D8D
Complementary color
Monochromatic Colors of #597D8D
Black with #597D8D
Text Example
Text Example
White with #597D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D8D; }
p { color: rgb(89,125,141); }
H1.HeaderClassName
{
color: #597D8D;
}
.AnyTagClassName
{
color: #597D8D;
}
</style>
background-color css
<style>
a { background-color: #597D8D; }
a { background-color: rgb(89,125,141); }
div.DivClassName
{
background-color: #597D8D;
}
.BgClassName
{
background-color: #597D8D;
}
</style>
border-color css
<style>
span { border-color: #597D8D; }
span { border-color: rgb(89,125,141); }
td.TdClassName
{
border-color: #597D8D;
}
.TagClassName
{
border-color: #597D8D;
}
</style>