Shades of Hoki #597E90
Tints of Hoki #597E90
RGB
CMYK
RGB Variations
Color information
#597E90 (or 0x597E90) is known color: Hoki. HEX triplet: 59, 7E and 90. RGB value is (89,126,144). Sum of RGB (Red+Green+Blue) = 89+126+144=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #597E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E90 is #A6816F. Grayscale: #747474. Windows color (decimal): -10912112 or 9469529. OLE color: 9469529.
HSL color Cylindrical-coordinate representation of color #597E90: hue angle of 199.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #597E90 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 126 | 144 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.44 |
| HSL | 199.64º | 0.24% | 0.46% | - |
| HSV(B) | 199.64º | 0.38% | 0.56% | - |
| XYZ | 16.61 | 19.06 | 29.19 | - |
| YUV | 116.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 144 | 0.38 | 0.12 | 0 | 0.44 | 199.64 | 0.24 | 0.46 |
| Hex | 59 | 7E | 90 | 26 | C | 0 | 2C | C8 | 18 | 2E |
| Octal | 131 | 176 | 220 | 46 | 14 | 0 | 54 | 310 | 30 | 56 |
| Binary | 1011001 | 1111110 | 10010000 | 100110 | 1100 | 0 | 101100 | 11001000 | 11000 | 101110 |
Color Harmonies of #597E90
Complementary color
Monochromatic Colors of #597E90
Black with #597E90
Text Example
Text Example
White with #597E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597E90; }
p { color: rgb(89,126,144); }
H1.HeaderClassName
{
color: #597E90;
}
.AnyTagClassName
{
color: #597E90;
}
</style>
background-color css
<style>
a { background-color: #597E90; }
a { background-color: rgb(89,126,144); }
div.DivClassName
{
background-color: #597E90;
}
.BgClassName
{
background-color: #597E90;
}
</style>
border-color css
<style>
span { border-color: #597E90; }
span { border-color: rgb(89,126,144); }
td.TdClassName
{
border-color: #597E90;
}
.TagClassName
{
border-color: #597E90;
}
</style>