Shades of Como #586E61
Tints of Como #586E61
RGB
CMYK
RGB Variations
Color information
#586E61 (or 0x586E61) is known color: Como. HEX triplet: 58, 6E and 61. RGB value is (88,110,97). Sum of RGB (Red+Green+Blue) = 88+110+97=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #586E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E61 is #A7919E. Grayscale: #656565. Windows color (decimal): -10981791 or 6385240. OLE color: 6385240.
HSL color Cylindrical-coordinate representation of color #586E61: hue angle of 144.55º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #586E61 is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 110 | 97 | - |
| CMYK | 0.2 | 0 | 0.12 | 0.57 |
| HSL | 144.55º | 0.11% | 0.39% | - |
| HSV(B) | 144.55º | 0.2% | 0.43% | - |
| XYZ | 11.76 | 14.09 | 13.41 | - |
| YUV | 101.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 97 | 0.2 | 0 | 0.12 | 0.57 | 144.55 | 0.11 | 0.39 |
| Hex | 58 | 6E | 61 | 14 | 0 | C | 39 | 91 | B | 27 |
| Octal | 130 | 156 | 141 | 24 | 0 | 14 | 71 | 221 | 13 | 47 |
| Binary | 1011000 | 1101110 | 1100001 | 10100 | 0 | 1100 | 111001 | 10010001 | 1011 | 100111 |
Color Harmonies of #586E61
Complementary color
Monochromatic Colors of #586E61
Black with #586E61
Text Example
Text Example
White with #586E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E61; }
p { color: rgb(88,110,97); }
H1.HeaderClassName
{
color: #586E61;
}
.AnyTagClassName
{
color: #586E61;
}
</style>
background-color css
<style>
a { background-color: #586E61; }
a { background-color: rgb(88,110,97); }
div.DivClassName
{
background-color: #586E61;
}
.BgClassName
{
background-color: #586E61;
}
</style>
border-color css
<style>
span { border-color: #586E61; }
span { border-color: rgb(88,110,97); }
td.TdClassName
{
border-color: #586E61;
}
.TagClassName
{
border-color: #586E61;
}
</style>