Shades of Hoki #587D86
Tints of Hoki #587D86
RGB
CMYK
RGB Variations
Color information
#587D86 (or 0x587D86) is known color: Hoki. HEX triplet: 58, 7D and 86. RGB value is (88,125,134). Sum of RGB (Red+Green+Blue) = 88+125+134=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #587D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587D86 is #A78279. Grayscale: #727272. Windows color (decimal): -10977914 or 8813912. OLE color: 8813912.
HSL color Cylindrical-coordinate representation of color #587D86: hue angle of 191.74º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #587D86 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 125 | 134 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.47 |
| HSL | 191.74º | 0.21% | 0.44% | - |
| HSV(B) | 191.74º | 0.34% | 0.53% | - |
| XYZ | 15.66 | 18.46 | 25.29 | - |
| YUV | 114.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 134 | 0.34 | 0.07 | 0 | 0.47 | 191.74 | 0.21 | 0.44 |
| Hex | 58 | 7D | 86 | 22 | 7 | 0 | 2F | C0 | 15 | 2C |
| Octal | 130 | 175 | 206 | 42 | 7 | 0 | 57 | 300 | 25 | 54 |
| Binary | 1011000 | 1111101 | 10000110 | 100010 | 111 | 0 | 101111 | 11000000 | 10101 | 101100 |
Color Harmonies of #587D86
Complementary color
Monochromatic Colors of #587D86
Black with #587D86
Text Example
Text Example
White with #587D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D86; }
p { color: rgb(88,125,134); }
H1.HeaderClassName
{
color: #587D86;
}
.AnyTagClassName
{
color: #587D86;
}
</style>
background-color css
<style>
a { background-color: #587D86; }
a { background-color: rgb(88,125,134); }
div.DivClassName
{
background-color: #587D86;
}
.BgClassName
{
background-color: #587D86;
}
</style>
border-color css
<style>
span { border-color: #587D86; }
span { border-color: rgb(88,125,134); }
td.TdClassName
{
border-color: #587D86;
}
.TagClassName
{
border-color: #587D86;
}
</style>