Shades of Hoki #59808C
Tints of Hoki #59808C
RGB
CMYK
RGB Variations
Color information
#59808C (or 0x59808C) is known color: Hoki. HEX triplet: 59, 80 and 8C. RGB value is (89,128,140). Sum of RGB (Red+Green+Blue) = 89+128+140=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #59808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59808C is #A67F73. Grayscale: #757575. Windows color (decimal): -10911604 or 9207897. OLE color: 9207897.
HSL color Cylindrical-coordinate representation of color #59808C: hue angle of 194.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59808C is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 128 | 140 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.45 |
| HSL | 194.12º | 0.22% | 0.45% | - |
| HSV(B) | 194.12º | 0.36% | 0.55% | - |
| XYZ | 16.57 | 19.46 | 27.69 | - |
| YUV | 117.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 140 | 0.36 | 0.09 | 0 | 0.45 | 194.12 | 0.22 | 0.45 |
| Hex | 59 | 80 | 8C | 24 | 9 | 0 | 2D | C2 | 16 | 2D |
| Octal | 131 | 200 | 214 | 44 | 11 | 0 | 55 | 302 | 26 | 55 |
| Binary | 1011001 | 10000000 | 10001100 | 100100 | 1001 | 0 | 101101 | 11000010 | 10110 | 101101 |
Color Harmonies of #59808C
Complementary color
Monochromatic Colors of #59808C
Black with #59808C
Text Example
Text Example
White with #59808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59808C; }
p { color: rgb(89,128,140); }
H1.HeaderClassName
{
color: #59808C;
}
.AnyTagClassName
{
color: #59808C;
}
</style>
background-color css
<style>
a { background-color: #59808C; }
a { background-color: rgb(89,128,140); }
div.DivClassName
{
background-color: #59808C;
}
.BgClassName
{
background-color: #59808C;
}
</style>
border-color css
<style>
span { border-color: #59808C; }
span { border-color: rgb(89,128,140); }
td.TdClassName
{
border-color: #59808C;
}
.TagClassName
{
border-color: #59808C;
}
</style>