Shades of Como #58705E
Tints of Como #58705E
RGB
CMYK
RGB Variations
Color information
#58705E (or 0x58705E) is known color: Como. HEX triplet: 58, 70 and 5E. RGB value is (88,112,94). Sum of RGB (Red+Green+Blue) = 88+112+94=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #58705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58705E is #A78FA1. Grayscale: #666666. Windows color (decimal): -10981282 or 6189144. OLE color: 6189144.
HSL color Cylindrical-coordinate representation of color #58705E: hue angle of 135º 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 #58705E is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 94 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.56 |
| HSL | 135º | 0.12% | 0.39% | - |
| HSV(B) | 135º | 0.21% | 0.44% | - |
| XYZ | 11.84 | 14.47 | 12.76 | - |
| YUV | 102.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 94 | 0.21 | 0 | 0.16 | 0.56 | 135 | 0.12 | 0.39 |
| Hex | 58 | 70 | 5E | 15 | 0 | 10 | 38 | 87 | C | 27 |
| Octal | 130 | 160 | 136 | 25 | 0 | 20 | 70 | 207 | 14 | 47 |
| Binary | 1011000 | 1110000 | 1011110 | 10101 | 0 | 10000 | 111000 | 10000111 | 1100 | 100111 |
Color Harmonies of #58705E
Complementary color
Monochromatic Colors of #58705E
Black with #58705E
Text Example
Text Example
White with #58705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58705E; }
p { color: rgb(88,112,94); }
H1.HeaderClassName
{
color: #58705E;
}
.AnyTagClassName
{
color: #58705E;
}
</style>
background-color css
<style>
a { background-color: #58705E; }
a { background-color: rgb(88,112,94); }
div.DivClassName
{
background-color: #58705E;
}
.BgClassName
{
background-color: #58705E;
}
</style>
border-color css
<style>
span { border-color: #58705E; }
span { border-color: rgb(88,112,94); }
td.TdClassName
{
border-color: #58705E;
}
.TagClassName
{
border-color: #58705E;
}
</style>