Shades of Como #587A66
Tints of Como #587A66
RGB
CMYK
RGB Variations
Color information
#587A66 (or 0x587A66) is known color: Como. HEX triplet: 58, 7A and 66. RGB value is (88,122,102). Sum of RGB (Red+Green+Blue) = 88+122+102=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #587A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587A66 is #A78599. Grayscale: #6D6D6D. Windows color (decimal): -10978714 or 6715992. OLE color: 6715992.
HSL color Cylindrical-coordinate representation of color #587A66: hue angle of 144.71º 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 #587A66 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 122 | 102 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.52 |
| HSL | 144.71º | 0.16% | 0.41% | - |
| HSV(B) | 144.71º | 0.28% | 0.48% | - |
| XYZ | 13.38 | 16.95 | 15.14 | - |
| YUV | 109.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 102 | 0.28 | 0 | 0.16 | 0.52 | 144.71 | 0.16 | 0.41 |
| Hex | 58 | 7A | 66 | 1C | 0 | 10 | 34 | 91 | 10 | 29 |
| Octal | 130 | 172 | 146 | 34 | 0 | 20 | 64 | 221 | 20 | 51 |
| Binary | 1011000 | 1111010 | 1100110 | 11100 | 0 | 10000 | 110100 | 10010001 | 10000 | 101001 |
Color Harmonies of #587A66
Complementary color
Monochromatic Colors of #587A66
Black with #587A66
Text Example
Text Example
White with #587A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A66; }
p { color: rgb(88,122,102); }
H1.HeaderClassName
{
color: #587A66;
}
.AnyTagClassName
{
color: #587A66;
}
</style>
background-color css
<style>
a { background-color: #587A66; }
a { background-color: rgb(88,122,102); }
div.DivClassName
{
background-color: #587A66;
}
.BgClassName
{
background-color: #587A66;
}
</style>
border-color css
<style>
span { border-color: #587A66; }
span { border-color: rgb(88,122,102); }
td.TdClassName
{
border-color: #587A66;
}
.TagClassName
{
border-color: #587A66;
}
</style>