Shades of Hoki #59788B
Tints of Hoki #59788B
RGB
CMYK
RGB Variations
Color information
#59788B (or 0x59788B) is known color: Hoki. HEX triplet: 59, 78 and 8B. RGB value is (89,120,139). Sum of RGB (Red+Green+Blue) = 89+120+139=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #59788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59788B is #A68774. Grayscale: #707070. Windows color (decimal): -10913653 or 9140313. OLE color: 9140313.
HSL color Cylindrical-coordinate representation of color #59788B: hue angle of 202.8º 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 #59788B is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 120 | 139 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.45 |
| HSL | 202.8º | 0.22% | 0.45% | - |
| HSV(B) | 202.8º | 0.36% | 0.55% | - |
| XYZ | 15.5 | 17.42 | 26.97 | - |
| YUV | 112.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 139 | 0.36 | 0.14 | 0 | 0.45 | 202.8 | 0.22 | 0.45 |
| Hex | 59 | 78 | 8B | 24 | E | 0 | 2D | CB | 16 | 2D |
| Octal | 131 | 170 | 213 | 44 | 16 | 0 | 55 | 313 | 26 | 55 |
| Binary | 1011001 | 1111000 | 10001011 | 100100 | 1110 | 0 | 101101 | 11001011 | 10110 | 101101 |
Color Harmonies of #59788B
Complementary color
Monochromatic Colors of #59788B
Black with #59788B
Text Example
Text Example
White with #59788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59788B; }
p { color: rgb(89,120,139); }
H1.HeaderClassName
{
color: #59788B;
}
.AnyTagClassName
{
color: #59788B;
}
</style>
background-color css
<style>
a { background-color: #59788B; }
a { background-color: rgb(89,120,139); }
div.DivClassName
{
background-color: #59788B;
}
.BgClassName
{
background-color: #59788B;
}
</style>
border-color css
<style>
span { border-color: #59788B; }
span { border-color: rgb(89,120,139); }
td.TdClassName
{
border-color: #59788B;
}
.TagClassName
{
border-color: #59788B;
}
</style>