Shades of Como #587A5E
Tints of Como #587A5E
RGB
CMYK
RGB Variations
Color information
#587A5E (or 0x587A5E) is known color: Como. HEX triplet: 58, 7A and 5E. RGB value is (88,122,94). Sum of RGB (Red+Green+Blue) = 88+122+94=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #587A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587A5E is #A785A1. Grayscale: #6C6C6C. Windows color (decimal): -10978722 or 6191704. OLE color: 6191704.
HSL color Cylindrical-coordinate representation of color #587A5E: hue angle of 130.59º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #587A5E is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 122 | 94 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.52 |
| HSL | 130.59º | 0.16% | 0.41% | - |
| HSV(B) | 130.59º | 0.28% | 0.48% | - |
| XYZ | 13 | 16.8 | 13.15 | - |
| YUV | 108.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 94 | 0.28 | 0 | 0.23 | 0.52 | 130.59 | 0.16 | 0.41 |
| Hex | 58 | 7A | 5E | 1C | 0 | 17 | 34 | 83 | 10 | 29 |
| Octal | 130 | 172 | 136 | 34 | 0 | 27 | 64 | 203 | 20 | 51 |
| Binary | 1011000 | 1111010 | 1011110 | 11100 | 0 | 10111 | 110100 | 10000011 | 10000 | 101001 |
Color Harmonies of #587A5E
Complementary color
Monochromatic Colors of #587A5E
Black with #587A5E
Text Example
Text Example
White with #587A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A5E; }
p { color: rgb(88,122,94); }
H1.HeaderClassName
{
color: #587A5E;
}
.AnyTagClassName
{
color: #587A5E;
}
</style>
background-color css
<style>
a { background-color: #587A5E; }
a { background-color: rgb(88,122,94); }
div.DivClassName
{
background-color: #587A5E;
}
.BgClassName
{
background-color: #587A5E;
}
</style>
border-color css
<style>
span { border-color: #587A5E; }
span { border-color: rgb(88,122,94); }
td.TdClassName
{
border-color: #587A5E;
}
.TagClassName
{
border-color: #587A5E;
}
</style>