Shades of Hoki #587D8C
Tints of Hoki #587D8C
RGB
CMYK
RGB Variations
Color information
#587D8C (or 0x587D8C) is known color: Hoki. HEX triplet: 58, 7D and 8C. RGB value is (88,125,140). Sum of RGB (Red+Green+Blue) = 88+125+140=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #587D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587D8C is #A78273. Grayscale: #737373. Windows color (decimal): -10977908 or 9207128. OLE color: 9207128.
HSL color Cylindrical-coordinate representation of color #587D8C: hue angle of 197.31º 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 #587D8C is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 125 | 140 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.45 |
| HSL | 197.31º | 0.23% | 0.45% | - |
| HSV(B) | 197.31º | 0.37% | 0.55% | - |
| XYZ | 16.09 | 18.64 | 27.56 | - |
| YUV | 115.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 140 | 0.37 | 0.11 | 0 | 0.45 | 197.31 | 0.23 | 0.45 |
| Hex | 58 | 7D | 8C | 25 | B | 0 | 2D | C5 | 17 | 2D |
| Octal | 130 | 175 | 214 | 45 | 13 | 0 | 55 | 305 | 27 | 55 |
| Binary | 1011000 | 1111101 | 10001100 | 100101 | 1011 | 0 | 101101 | 11000101 | 10111 | 101101 |
Color Harmonies of #587D8C
Complementary color
Monochromatic Colors of #587D8C
Black with #587D8C
Text Example
Text Example
White with #587D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D8C; }
p { color: rgb(88,125,140); }
H1.HeaderClassName
{
color: #587D8C;
}
.AnyTagClassName
{
color: #587D8C;
}
</style>
background-color css
<style>
a { background-color: #587D8C; }
a { background-color: rgb(88,125,140); }
div.DivClassName
{
background-color: #587D8C;
}
.BgClassName
{
background-color: #587D8C;
}
</style>
border-color css
<style>
span { border-color: #587D8C; }
span { border-color: rgb(88,125,140); }
td.TdClassName
{
border-color: #587D8C;
}
.TagClassName
{
border-color: #587D8C;
}
</style>