Shades of Como #586F5F
Tints of Como #586F5F
RGB
CMYK
RGB Variations
Color information
#586F5F (or 0x586F5F) is known color: Como. HEX triplet: 58, 6F and 5F. RGB value is (88,111,95). Sum of RGB (Red+Green+Blue) = 88+111+95=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 111 - color contains mainly: green. Hex color #586F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F5F is #A790A0. Grayscale: #666666. Windows color (decimal): -10981537 or 6254424. OLE color: 6254424.
HSL color Cylindrical-coordinate representation of color #586F5F: hue angle of 138.26º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586F5F is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 111 | 95 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.56 |
| HSL | 138.26º | 0.12% | 0.39% | - |
| HSV(B) | 138.26º | 0.21% | 0.44% | - |
| XYZ | 11.77 | 14.27 | 12.96 | - |
| YUV | 102.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 95 | 0.21 | 0 | 0.14 | 0.56 | 138.26 | 0.12 | 0.39 |
| Hex | 58 | 6F | 5F | 15 | 0 | E | 38 | 8A | C | 27 |
| Octal | 130 | 157 | 137 | 25 | 0 | 16 | 70 | 212 | 14 | 47 |
| Binary | 1011000 | 1101111 | 1011111 | 10101 | 0 | 1110 | 111000 | 10001010 | 1100 | 100111 |
Color Harmonies of #586F5F
Complementary color
Monochromatic Colors of #586F5F
Black with #586F5F
Text Example
Text Example
White with #586F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F5F; }
p { color: rgb(88,111,95); }
H1.HeaderClassName
{
color: #586F5F;
}
.AnyTagClassName
{
color: #586F5F;
}
</style>
background-color css
<style>
a { background-color: #586F5F; }
a { background-color: rgb(88,111,95); }
div.DivClassName
{
background-color: #586F5F;
}
.BgClassName
{
background-color: #586F5F;
}
</style>
border-color css
<style>
span { border-color: #586F5F; }
span { border-color: rgb(88,111,95); }
td.TdClassName
{
border-color: #586F5F;
}
.TagClassName
{
border-color: #586F5F;
}
</style>