Shades of Como #58785E
Tints of Como #58785E
RGB
CMYK
RGB Variations
Color information
#58785E (or 0x58785E) is known color: Como. HEX triplet: 58, 78 and 5E. RGB value is (88,120,94). Sum of RGB (Red+Green+Blue) = 88+120+94=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #58785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58785E is #A787A1. Grayscale: #6B6B6B. Windows color (decimal): -10979234 or 6191192. OLE color: 6191192.
HSL color Cylindrical-coordinate representation of color #58785E: hue angle of 131.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58785E is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 120 | 94 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.53 |
| HSL | 131.25º | 0.15% | 0.41% | - |
| HSV(B) | 131.25º | 0.27% | 0.47% | - |
| XYZ | 12.76 | 16.32 | 13.07 | - |
| YUV | 107.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 94 | 0.27 | 0 | 0.22 | 0.53 | 131.25 | 0.15 | 0.41 |
| Hex | 58 | 78 | 5E | 1B | 0 | 16 | 35 | 83 | F | 29 |
| Octal | 130 | 170 | 136 | 33 | 0 | 26 | 65 | 203 | 17 | 51 |
| Binary | 1011000 | 1111000 | 1011110 | 11011 | 0 | 10110 | 110101 | 10000011 | 1111 | 101001 |
Color Harmonies of #58785E
Complementary color
Monochromatic Colors of #58785E
Black with #58785E
Text Example
Text Example
White with #58785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58785E; }
p { color: rgb(88,120,94); }
H1.HeaderClassName
{
color: #58785E;
}
.AnyTagClassName
{
color: #58785E;
}
</style>
background-color css
<style>
a { background-color: #58785E; }
a { background-color: rgb(88,120,94); }
div.DivClassName
{
background-color: #58785E;
}
.BgClassName
{
background-color: #58785E;
}
</style>
border-color css
<style>
span { border-color: #58785E; }
span { border-color: rgb(88,120,94); }
td.TdClassName
{
border-color: #58785E;
}
.TagClassName
{
border-color: #58785E;
}
</style>