Shades of Hoki #597C8A
Tints of Hoki #597C8A
RGB
CMYK
RGB Variations
Color information
#597C8A (or 0x597C8A) is known color: Hoki. HEX triplet: 59, 7C and 8A. RGB value is (89,124,138). Sum of RGB (Red+Green+Blue) = 89+124+138=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #597C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597C8A is #A68375. Grayscale: #737373. Windows color (decimal): -10912630 or 9075801. OLE color: 9075801.
HSL color Cylindrical-coordinate representation of color #597C8A: hue angle of 197.14º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #597C8A is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 124 | 138 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.46 |
| HSL | 197.14º | 0.22% | 0.45% | - |
| HSV(B) | 197.14º | 0.36% | 0.54% | - |
| XYZ | 15.91 | 18.37 | 26.75 | - |
| YUV | 115.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 138 | 0.36 | 0.10 | 0 | 0.46 | 197.14 | 0.22 | 0.45 |
| Hex | 59 | 7C | 8A | 24 | A | 0 | 2E | C5 | 16 | 2D |
| Octal | 131 | 174 | 212 | 44 | 12 | 0 | 56 | 305 | 26 | 55 |
| Binary | 1011001 | 1111100 | 10001010 | 100100 | 1010 | 0 | 101110 | 11000101 | 10110 | 101101 |
Color Harmonies of #597C8A
Complementary color
Monochromatic Colors of #597C8A
Black with #597C8A
Text Example
Text Example
White with #597C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C8A; }
p { color: rgb(89,124,138); }
H1.HeaderClassName
{
color: #597C8A;
}
.AnyTagClassName
{
color: #597C8A;
}
</style>
background-color css
<style>
a { background-color: #597C8A; }
a { background-color: rgb(89,124,138); }
div.DivClassName
{
background-color: #597C8A;
}
.BgClassName
{
background-color: #597C8A;
}
</style>
border-color css
<style>
span { border-color: #597C8A; }
span { border-color: rgb(89,124,138); }
td.TdClassName
{
border-color: #597C8A;
}
.TagClassName
{
border-color: #597C8A;
}
</style>