Shades of Hoki #597F90
Tints of Hoki #597F90
RGB
CMYK
RGB Variations
Color information
#597F90 (or 0x597F90) is known color: Hoki. HEX triplet: 59, 7F and 90. RGB value is (89,127,144). Sum of RGB (Red+Green+Blue) = 89+127+144=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #597F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F90 is #A6806F. Grayscale: #757575. Windows color (decimal): -10911856 or 9469785. OLE color: 9469785.
HSL color Cylindrical-coordinate representation of color #597F90: hue angle of 198.55º 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 #597F90 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 127 | 144 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.44 |
| HSL | 198.55º | 0.24% | 0.46% | - |
| HSV(B) | 198.55º | 0.38% | 0.56% | - |
| XYZ | 16.74 | 19.32 | 29.23 | - |
| YUV | 117.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 144 | 0.38 | 0.12 | 0 | 0.44 | 198.55 | 0.24 | 0.46 |
| Hex | 59 | 7F | 90 | 26 | C | 0 | 2C | C7 | 18 | 2E |
| Octal | 131 | 177 | 220 | 46 | 14 | 0 | 54 | 307 | 30 | 56 |
| Binary | 1011001 | 1111111 | 10010000 | 100110 | 1100 | 0 | 101100 | 11000111 | 11000 | 101110 |
Color Harmonies of #597F90
Complementary color
Monochromatic Colors of #597F90
Black with #597F90
Text Example
Text Example
White with #597F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597F90; }
p { color: rgb(89,127,144); }
H1.HeaderClassName
{
color: #597F90;
}
.AnyTagClassName
{
color: #597F90;
}
</style>
background-color css
<style>
a { background-color: #597F90; }
a { background-color: rgb(89,127,144); }
div.DivClassName
{
background-color: #597F90;
}
.BgClassName
{
background-color: #597F90;
}
</style>
border-color css
<style>
span { border-color: #597F90; }
span { border-color: rgb(89,127,144); }
td.TdClassName
{
border-color: #597F90;
}
.TagClassName
{
border-color: #597F90;
}
</style>