Shades of Como #586E63
Tints of Como #586E63
RGB
CMYK
RGB Variations
Color information
#586E63 (or 0x586E63) is known color: Como. HEX triplet: 58, 6E and 63. RGB value is (88,110,99). Sum of RGB (Red+Green+Blue) = 88+110+99=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 110 - color contains mainly: green. Hex color #586E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E63 is #A7919C. Grayscale: #666666. Windows color (decimal): -10981789 or 6516312. OLE color: 6516312.
HSL color Cylindrical-coordinate representation of color #586E63: hue angle of 150º 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 #586E63 is Cyan = 0.2, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 110 | 99 | - |
| CMYK | 0.2 | 0 | 0.1 | 0.57 |
| HSL | 150º | 0.11% | 0.39% | - |
| HSV(B) | 150º | 0.2% | 0.43% | - |
| XYZ | 11.85 | 14.13 | 13.91 | - |
| YUV | 102.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 99 | 0.2 | 0 | 0.1 | 0.57 | 150 | 0.11 | 0.39 |
| Hex | 58 | 6E | 63 | 14 | 0 | A | 39 | 96 | B | 27 |
| Octal | 130 | 156 | 143 | 24 | 0 | 12 | 71 | 226 | 13 | 47 |
| Binary | 1011000 | 1101110 | 1100011 | 10100 | 0 | 1010 | 111001 | 10010110 | 1011 | 100111 |
Color Harmonies of #586E63
Complementary color
Monochromatic Colors of #586E63
Black with #586E63
Text Example
Text Example
White with #586E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E63; }
p { color: rgb(88,110,99); }
H1.HeaderClassName
{
color: #586E63;
}
.AnyTagClassName
{
color: #586E63;
}
</style>
background-color css
<style>
a { background-color: #586E63; }
a { background-color: rgb(88,110,99); }
div.DivClassName
{
background-color: #586E63;
}
.BgClassName
{
background-color: #586E63;
}
</style>
border-color css
<style>
span { border-color: #586E63; }
span { border-color: rgb(88,110,99); }
td.TdClassName
{
border-color: #586E63;
}
.TagClassName
{
border-color: #586E63;
}
</style>