Shades of Hoki #587A8C
Tints of Hoki #587A8C
RGB
CMYK
RGB Variations
Color information
#587A8C (or 0x587A8C) is known color: Hoki. HEX triplet: 58, 7A and 8C. RGB value is (88,122,140). Sum of RGB (Red+Green+Blue) = 88+122+140=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #587A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A8C is #A78573. Grayscale: #717171. Windows color (decimal): -10978676 or 9206360. OLE color: 9206360.
HSL color Cylindrical-coordinate representation of color #587A8C: hue angle of 200.77º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #587A8C is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 122 | 140 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.45 |
| HSL | 200.77º | 0.23% | 0.45% | - |
| HSV(B) | 200.77º | 0.37% | 0.55% | - |
| XYZ | 15.72 | 17.89 | 27.44 | - |
| YUV | 113.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 140 | 0.37 | 0.13 | 0 | 0.45 | 200.77 | 0.23 | 0.45 |
| Hex | 58 | 7A | 8C | 25 | D | 0 | 2D | C9 | 17 | 2D |
| Octal | 130 | 172 | 214 | 45 | 15 | 0 | 55 | 311 | 27 | 55 |
| Binary | 1011000 | 1111010 | 10001100 | 100101 | 1101 | 0 | 101101 | 11001001 | 10111 | 101101 |
Color Harmonies of #587A8C
Complementary color
Monochromatic Colors of #587A8C
Black with #587A8C
Text Example
Text Example
White with #587A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A8C; }
p { color: rgb(88,122,140); }
H1.HeaderClassName
{
color: #587A8C;
}
.AnyTagClassName
{
color: #587A8C;
}
</style>
background-color css
<style>
a { background-color: #587A8C; }
a { background-color: rgb(88,122,140); }
div.DivClassName
{
background-color: #587A8C;
}
.BgClassName
{
background-color: #587A8C;
}
</style>
border-color css
<style>
span { border-color: #587A8C; }
span { border-color: rgb(88,122,140); }
td.TdClassName
{
border-color: #587A8C;
}
.TagClassName
{
border-color: #587A8C;
}
</style>