Shades of Hoki #59798B
Tints of Hoki #59798B
RGB
CMYK
RGB Variations
Color information
#59798B (or 0x59798B) is known color: Hoki. HEX triplet: 59, 79 and 8B. RGB value is (89,121,139). Sum of RGB (Red+Green+Blue) = 89+121+139=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #59798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59798B is #A68674. Grayscale: #717171. Windows color (decimal): -10913397 or 9140569. OLE color: 9140569.
HSL color Cylindrical-coordinate representation of color #59798B: hue angle of 201.6º 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 #59798B is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 121 | 139 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.45 |
| HSL | 201.6º | 0.22% | 0.45% | - |
| HSV(B) | 201.6º | 0.36% | 0.55% | - |
| XYZ | 15.62 | 17.66 | 27.01 | - |
| YUV | 113.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 139 | 0.36 | 0.13 | 0 | 0.45 | 201.6 | 0.22 | 0.45 |
| Hex | 59 | 79 | 8B | 24 | D | 0 | 2D | CA | 16 | 2D |
| Octal | 131 | 171 | 213 | 44 | 15 | 0 | 55 | 312 | 26 | 55 |
| Binary | 1011001 | 1111001 | 10001011 | 100100 | 1101 | 0 | 101101 | 11001010 | 10110 | 101101 |
Color Harmonies of #59798B
Complementary color
Monochromatic Colors of #59798B
Black with #59798B
Text Example
Text Example
White with #59798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59798B; }
p { color: rgb(89,121,139); }
H1.HeaderClassName
{
color: #59798B;
}
.AnyTagClassName
{
color: #59798B;
}
</style>
background-color css
<style>
a { background-color: #59798B; }
a { background-color: rgb(89,121,139); }
div.DivClassName
{
background-color: #59798B;
}
.BgClassName
{
background-color: #59798B;
}
</style>
border-color css
<style>
span { border-color: #59798B; }
span { border-color: rgb(89,121,139); }
td.TdClassName
{
border-color: #59798B;
}
.TagClassName
{
border-color: #59798B;
}
</style>