Shades of Como #587A64
Tints of Como #587A64
RGB
CMYK
RGB Variations
Color information
#587A64 (or 0x587A64) is known color: Como. HEX triplet: 58, 7A and 64. RGB value is (88,122,100). Sum of RGB (Red+Green+Blue) = 88+122+100=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #587A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587A64 is #A7859B. Grayscale: #6D6D6D. Windows color (decimal): -10978716 or 6584920. OLE color: 6584920.
HSL color Cylindrical-coordinate representation of color #587A64: hue angle of 141.18º 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 #587A64 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 122 | 100 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.52 |
| HSL | 141.18º | 0.16% | 0.41% | - |
| HSV(B) | 141.18º | 0.28% | 0.48% | - |
| XYZ | 13.28 | 16.91 | 14.62 | - |
| YUV | 109.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 100 | 0.28 | 0 | 0.18 | 0.52 | 141.18 | 0.16 | 0.41 |
| Hex | 58 | 7A | 64 | 1C | 0 | 12 | 34 | 8D | 10 | 29 |
| Octal | 130 | 172 | 144 | 34 | 0 | 22 | 64 | 215 | 20 | 51 |
| Binary | 1011000 | 1111010 | 1100100 | 11100 | 0 | 10010 | 110100 | 10001101 | 10000 | 101001 |
Color Harmonies of #587A64
Complementary color
Monochromatic Colors of #587A64
Black with #587A64
Text Example
Text Example
White with #587A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A64; }
p { color: rgb(88,122,100); }
H1.HeaderClassName
{
color: #587A64;
}
.AnyTagClassName
{
color: #587A64;
}
</style>
background-color css
<style>
a { background-color: #587A64; }
a { background-color: rgb(88,122,100); }
div.DivClassName
{
background-color: #587A64;
}
.BgClassName
{
background-color: #587A64;
}
</style>
border-color css
<style>
span { border-color: #587A64; }
span { border-color: rgb(88,122,100); }
td.TdClassName
{
border-color: #587A64;
}
.TagClassName
{
border-color: #587A64;
}
</style>