Shades of Hoki #587C89
Tints of Hoki #587C89
RGB
CMYK
RGB Variations
Color information
#587C89 (or 0x587C89) is known color: Hoki. HEX triplet: 58, 7C and 89. RGB value is (88,124,137). Sum of RGB (Red+Green+Blue) = 88+124+137=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #587C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587C89 is #A78376. Grayscale: #727272. Windows color (decimal): -10978167 or 9010264. OLE color: 9010264.
HSL color Cylindrical-coordinate representation of color #587C89: hue angle of 195.92º 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 #587C89 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 124 | 137 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.46 |
| HSL | 195.92º | 0.22% | 0.44% | - |
| HSV(B) | 195.92º | 0.36% | 0.54% | - |
| XYZ | 15.75 | 18.3 | 26.37 | - |
| YUV | 114.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 137 | 0.36 | 0.09 | 0 | 0.46 | 195.92 | 0.22 | 0.44 |
| Hex | 58 | 7C | 89 | 24 | 9 | 0 | 2E | C4 | 16 | 2C |
| Octal | 130 | 174 | 211 | 44 | 11 | 0 | 56 | 304 | 26 | 54 |
| Binary | 1011000 | 1111100 | 10001001 | 100100 | 1001 | 0 | 101110 | 11000100 | 10110 | 101100 |
Color Harmonies of #587C89
Complementary color
Monochromatic Colors of #587C89
Black with #587C89
Text Example
Text Example
White with #587C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587C89; }
p { color: rgb(88,124,137); }
H1.HeaderClassName
{
color: #587C89;
}
.AnyTagClassName
{
color: #587C89;
}
</style>
background-color css
<style>
a { background-color: #587C89; }
a { background-color: rgb(88,124,137); }
div.DivClassName
{
background-color: #587C89;
}
.BgClassName
{
background-color: #587C89;
}
</style>
border-color css
<style>
span { border-color: #587C89; }
span { border-color: rgb(88,124,137); }
td.TdClassName
{
border-color: #587C89;
}
.TagClassName
{
border-color: #587C89;
}
</style>