Shades of Hoki #587A89
Tints of Hoki #587A89
RGB
CMYK
RGB Variations
Color information
#587A89 (or 0x587A89) is known color: Hoki. HEX triplet: 58, 7A and 89. RGB value is (88,122,137). Sum of RGB (Red+Green+Blue) = 88+122+137=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #587A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A89 is #A78576. Grayscale: #717171. Windows color (decimal): -10978679 or 9009752. OLE color: 9009752.
HSL color Cylindrical-coordinate representation of color #587A89: hue angle of 198.37º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #587A89 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 122 | 137 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.46 |
| HSL | 198.37º | 0.22% | 0.44% | - |
| HSV(B) | 198.37º | 0.36% | 0.54% | - |
| XYZ | 15.5 | 17.8 | 26.29 | - |
| YUV | 113.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 137 | 0.36 | 0.11 | 0 | 0.46 | 198.37 | 0.22 | 0.44 |
| Hex | 58 | 7A | 89 | 24 | B | 0 | 2E | C6 | 16 | 2C |
| Octal | 130 | 172 | 211 | 44 | 13 | 0 | 56 | 306 | 26 | 54 |
| Binary | 1011000 | 1111010 | 10001001 | 100100 | 1011 | 0 | 101110 | 11000110 | 10110 | 101100 |
Color Harmonies of #587A89
Complementary color
Monochromatic Colors of #587A89
Black with #587A89
Text Example
Text Example
White with #587A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A89; }
p { color: rgb(88,122,137); }
H1.HeaderClassName
{
color: #587A89;
}
.AnyTagClassName
{
color: #587A89;
}
</style>
background-color css
<style>
a { background-color: #587A89; }
a { background-color: rgb(88,122,137); }
div.DivClassName
{
background-color: #587A89;
}
.BgClassName
{
background-color: #587A89;
}
</style>
border-color css
<style>
span { border-color: #587A89; }
span { border-color: rgb(88,122,137); }
td.TdClassName
{
border-color: #587A89;
}
.TagClassName
{
border-color: #587A89;
}
</style>