Shades of Hoki #587E8C
Tints of Hoki #587E8C
RGB
CMYK
RGB Variations
Color information
#587E8C (or 0x587E8C) is known color: Hoki. HEX triplet: 58, 7E and 8C. RGB value is (88,126,140). Sum of RGB (Red+Green+Blue) = 88+126+140=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #587E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587E8C is #A78173. Grayscale: #747474. Windows color (decimal): -10977652 or 9207384. OLE color: 9207384.
HSL color Cylindrical-coordinate representation of color #587E8C: hue angle of 196.15º 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 #587E8C is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 126 | 140 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.45 |
| HSL | 196.15º | 0.23% | 0.45% | - |
| HSV(B) | 196.15º | 0.37% | 0.55% | - |
| XYZ | 16.22 | 18.89 | 27.6 | - |
| YUV | 116.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 126 | 140 | 0.37 | 0.10 | 0 | 0.45 | 196.15 | 0.23 | 0.45 |
| Hex | 58 | 7E | 8C | 25 | A | 0 | 2D | C4 | 17 | 2D |
| Octal | 130 | 176 | 214 | 45 | 12 | 0 | 55 | 304 | 27 | 55 |
| Binary | 1011000 | 1111110 | 10001100 | 100101 | 1010 | 0 | 101101 | 11000100 | 10111 | 101101 |
Color Harmonies of #587E8C
Complementary color
Monochromatic Colors of #587E8C
Black with #587E8C
Text Example
Text Example
White with #587E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587E8C; }
p { color: rgb(88,126,140); }
H1.HeaderClassName
{
color: #587E8C;
}
.AnyTagClassName
{
color: #587E8C;
}
</style>
background-color css
<style>
a { background-color: #587E8C; }
a { background-color: rgb(88,126,140); }
div.DivClassName
{
background-color: #587E8C;
}
.BgClassName
{
background-color: #587E8C;
}
</style>
border-color css
<style>
span { border-color: #587E8C; }
span { border-color: rgb(88,126,140); }
td.TdClassName
{
border-color: #587E8C;
}
.TagClassName
{
border-color: #587E8C;
}
</style>