Shades of Hoki #587D85
Tints of Hoki #587D85
RGB
CMYK
RGB Variations
Color information
#587D85 (or 0x587D85) is known color: Hoki. HEX triplet: 58, 7D and 85. RGB value is (88,125,133). Sum of RGB (Red+Green+Blue) = 88+125+133=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #587D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587D85 is #A7827A. Grayscale: #727272. Windows color (decimal): -10977915 or 8748376. OLE color: 8748376.
HSL color Cylindrical-coordinate representation of color #587D85: hue angle of 190.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #587D85 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 125 | 133 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.48 |
| HSL | 190.67º | 0.2% | 0.43% | - |
| HSV(B) | 190.67º | 0.34% | 0.52% | - |
| XYZ | 15.59 | 18.44 | 24.93 | - |
| YUV | 114.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 133 | 0.34 | 0.06 | 0 | 0.48 | 190.67 | 0.2 | 0.43 |
| Hex | 58 | 7D | 85 | 22 | 6 | 0 | 30 | BF | 14 | 2B |
| Octal | 130 | 175 | 205 | 42 | 6 | 0 | 60 | 277 | 24 | 53 |
| Binary | 1011000 | 1111101 | 10000101 | 100010 | 110 | 0 | 110000 | 10111111 | 10100 | 101011 |
Color Harmonies of #587D85
Complementary color
Monochromatic Colors of #587D85
Black with #587D85
Text Example
Text Example
White with #587D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D85; }
p { color: rgb(88,125,133); }
H1.HeaderClassName
{
color: #587D85;
}
.AnyTagClassName
{
color: #587D85;
}
</style>
background-color css
<style>
a { background-color: #587D85; }
a { background-color: rgb(88,125,133); }
div.DivClassName
{
background-color: #587D85;
}
.BgClassName
{
background-color: #587D85;
}
</style>
border-color css
<style>
span { border-color: #587D85; }
span { border-color: rgb(88,125,133); }
td.TdClassName
{
border-color: #587D85;
}
.TagClassName
{
border-color: #587D85;
}
</style>