Shades of Como #58725E
Tints of Como #58725E
RGB
CMYK
RGB Variations
Color information
#58725E (or 0x58725E) is known color: Como. HEX triplet: 58, 72 and 5E. RGB value is (88,114,94). Sum of RGB (Red+Green+Blue) = 88+114+94=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #58725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58725E is #A78DA1. Grayscale: #686868. Windows color (decimal): -10980770 or 6189656. OLE color: 6189656.
HSL color Cylindrical-coordinate representation of color #58725E: hue angle of 133.85º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58725E is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 114 | 94 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.55 |
| HSL | 133.85º | 0.13% | 0.4% | - |
| HSV(B) | 133.85º | 0.23% | 0.45% | - |
| XYZ | 12.06 | 14.92 | 12.83 | - |
| YUV | 103.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 94 | 0.23 | 0 | 0.18 | 0.55 | 133.85 | 0.13 | 0.4 |
| Hex | 58 | 72 | 5E | 17 | 0 | 12 | 37 | 86 | D | 28 |
| Octal | 130 | 162 | 136 | 27 | 0 | 22 | 67 | 206 | 15 | 50 |
| Binary | 1011000 | 1110010 | 1011110 | 10111 | 0 | 10010 | 110111 | 10000110 | 1101 | 101000 |
Color Harmonies of #58725E
Complementary color
Monochromatic Colors of #58725E
Black with #58725E
Text Example
Text Example
White with #58725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58725E; }
p { color: rgb(88,114,94); }
H1.HeaderClassName
{
color: #58725E;
}
.AnyTagClassName
{
color: #58725E;
}
</style>
background-color css
<style>
a { background-color: #58725E; }
a { background-color: rgb(88,114,94); }
div.DivClassName
{
background-color: #58725E;
}
.BgClassName
{
background-color: #58725E;
}
</style>
border-color css
<style>
span { border-color: #58725E; }
span { border-color: rgb(88,114,94); }
td.TdClassName
{
border-color: #58725E;
}
.TagClassName
{
border-color: #58725E;
}
</style>