Shades of Como #587C5E
Tints of Como #587C5E
RGB
CMYK
RGB Variations
Color information
#587C5E (or 0x587C5E) is known color: Como. HEX triplet: 58, 7C and 5E. RGB value is (88,124,94). Sum of RGB (Red+Green+Blue) = 88+124+94=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #587C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587C5E is #A783A1. Grayscale: #6D6D6D. Windows color (decimal): -10978210 or 6192216. OLE color: 6192216.
HSL color Cylindrical-coordinate representation of color #587C5E: hue angle of 130º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #587C5E is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 124 | 94 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.51 |
| HSL | 130º | 0.17% | 0.42% | - |
| HSV(B) | 130º | 0.29% | 0.49% | - |
| XYZ | 13.25 | 17.3 | 13.23 | - |
| YUV | 109.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 94 | 0.29 | 0 | 0.24 | 0.51 | 130 | 0.17 | 0.42 |
| Hex | 58 | 7C | 5E | 1D | 0 | 18 | 33 | 82 | 11 | 2A |
| Octal | 130 | 174 | 136 | 35 | 0 | 30 | 63 | 202 | 21 | 52 |
| Binary | 1011000 | 1111100 | 1011110 | 11101 | 0 | 11000 | 110011 | 10000010 | 10001 | 101010 |
Color Harmonies of #587C5E
Complementary color
Monochromatic Colors of #587C5E
Black with #587C5E
Text Example
Text Example
White with #587C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587C5E; }
p { color: rgb(88,124,94); }
H1.HeaderClassName
{
color: #587C5E;
}
.AnyTagClassName
{
color: #587C5E;
}
</style>
background-color css
<style>
a { background-color: #587C5E; }
a { background-color: rgb(88,124,94); }
div.DivClassName
{
background-color: #587C5E;
}
.BgClassName
{
background-color: #587C5E;
}
</style>
border-color css
<style>
span { border-color: #587C5E; }
span { border-color: rgb(88,124,94); }
td.TdClassName
{
border-color: #587C5E;
}
.TagClassName
{
border-color: #587C5E;
}
</style>