Shades of Como #587D65
Tints of Como #587D65
RGB
CMYK
RGB Variations
Color information
#587D65 (or 0x587D65) is known color: Como. HEX triplet: 58, 7D and 65. RGB value is (88,125,101). Sum of RGB (Red+Green+Blue) = 88+125+101=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #587D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587D65 is #A7829A. Grayscale: #6F6F6F. Windows color (decimal): -10977947 or 6651224. OLE color: 6651224.
HSL color Cylindrical-coordinate representation of color #587D65: hue angle of 141.08º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #587D65 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 125 | 101 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.51 |
| HSL | 141.08º | 0.17% | 0.42% | - |
| HSV(B) | 141.08º | 0.3% | 0.49% | - |
| XYZ | 13.71 | 17.68 | 15 | - |
| YUV | 111.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 101 | 0.30 | 0 | 0.19 | 0.51 | 141.08 | 0.17 | 0.42 |
| Hex | 58 | 7D | 65 | 1E | 0 | 13 | 33 | 8D | 11 | 2A |
| Octal | 130 | 175 | 145 | 36 | 0 | 23 | 63 | 215 | 21 | 52 |
| Binary | 1011000 | 1111101 | 1100101 | 11110 | 0 | 10011 | 110011 | 10001101 | 10001 | 101010 |
Color Harmonies of #587D65
Complementary color
Monochromatic Colors of #587D65
Black with #587D65
Text Example
Text Example
White with #587D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D65; }
p { color: rgb(88,125,101); }
H1.HeaderClassName
{
color: #587D65;
}
.AnyTagClassName
{
color: #587D65;
}
</style>
background-color css
<style>
a { background-color: #587D65; }
a { background-color: rgb(88,125,101); }
div.DivClassName
{
background-color: #587D65;
}
.BgClassName
{
background-color: #587D65;
}
</style>
border-color css
<style>
span { border-color: #587D65; }
span { border-color: rgb(88,125,101); }
td.TdClassName
{
border-color: #587D65;
}
.TagClassName
{
border-color: #587D65;
}
</style>