Shades of Hoki #597C90
Tints of Hoki #597C90
RGB
CMYK
RGB Variations
Color information
#597C90 (or 0x597C90) is known color: Hoki. HEX triplet: 59, 7C and 90. RGB value is (89,124,144). Sum of RGB (Red+Green+Blue) = 89+124+144=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #597C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597C90 is #A6836F. Grayscale: #737373. Windows color (decimal): -10912624 or 9469017. OLE color: 9469017.
HSL color Cylindrical-coordinate representation of color #597C90: hue angle of 201.82º 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 #597C90 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 124 | 144 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.44 |
| HSL | 201.82º | 0.24% | 0.46% | - |
| HSV(B) | 201.82º | 0.38% | 0.56% | - |
| XYZ | 16.36 | 18.55 | 29.1 | - |
| YUV | 115.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 144 | 0.38 | 0.14 | 0 | 0.44 | 201.82 | 0.24 | 0.46 |
| Hex | 59 | 7C | 90 | 26 | E | 0 | 2C | CA | 18 | 2E |
| Octal | 131 | 174 | 220 | 46 | 16 | 0 | 54 | 312 | 30 | 56 |
| Binary | 1011001 | 1111100 | 10010000 | 100110 | 1110 | 0 | 101100 | 11001010 | 11000 | 101110 |
Color Harmonies of #597C90
Complementary color
Monochromatic Colors of #597C90
Black with #597C90
Text Example
Text Example
White with #597C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C90; }
p { color: rgb(89,124,144); }
H1.HeaderClassName
{
color: #597C90;
}
.AnyTagClassName
{
color: #597C90;
}
</style>
background-color css
<style>
a { background-color: #597C90; }
a { background-color: rgb(89,124,144); }
div.DivClassName
{
background-color: #597C90;
}
.BgClassName
{
background-color: #597C90;
}
</style>
border-color css
<style>
span { border-color: #597C90; }
span { border-color: rgb(89,124,144); }
td.TdClassName
{
border-color: #597C90;
}
.TagClassName
{
border-color: #597C90;
}
</style>