Shades of Hoki #587B89
Tints of Hoki #587B89
RGB
CMYK
RGB Variations
Color information
#587B89 (or 0x587B89) is known color: Hoki. HEX triplet: 58, 7B and 89. RGB value is (88,123,137). Sum of RGB (Red+Green+Blue) = 88+123+137=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #587B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587B89 is #A78476. Grayscale: #727272. Windows color (decimal): -10978423 or 9010008. OLE color: 9010008.
HSL color Cylindrical-coordinate representation of color #587B89: hue angle of 197.14º 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 #587B89 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 123 | 137 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.46 |
| HSL | 197.14º | 0.22% | 0.44% | - |
| HSV(B) | 197.14º | 0.36% | 0.54% | - |
| XYZ | 15.62 | 18.05 | 26.33 | - |
| YUV | 114.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 137 | 0.36 | 0.10 | 0 | 0.46 | 197.14 | 0.22 | 0.44 |
| Hex | 58 | 7B | 89 | 24 | A | 0 | 2E | C5 | 16 | 2C |
| Octal | 130 | 173 | 211 | 44 | 12 | 0 | 56 | 305 | 26 | 54 |
| Binary | 1011000 | 1111011 | 10001001 | 100100 | 1010 | 0 | 101110 | 11000101 | 10110 | 101100 |
Color Harmonies of #587B89
Complementary color
Monochromatic Colors of #587B89
Black with #587B89
Text Example
Text Example
White with #587B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587B89; }
p { color: rgb(88,123,137); }
H1.HeaderClassName
{
color: #587B89;
}
.AnyTagClassName
{
color: #587B89;
}
</style>
background-color css
<style>
a { background-color: #587B89; }
a { background-color: rgb(88,123,137); }
div.DivClassName
{
background-color: #587B89;
}
.BgClassName
{
background-color: #587B89;
}
</style>
border-color css
<style>
span { border-color: #587B89; }
span { border-color: rgb(88,123,137); }
td.TdClassName
{
border-color: #587B89;
}
.TagClassName
{
border-color: #587B89;
}
</style>