Shades of Como #58775E
Tints of Como #58775E
RGB
CMYK
RGB Variations
Color information
#58775E (or 0x58775E) is known color: Como. HEX triplet: 58, 77 and 5E. RGB value is (88,119,94). Sum of RGB (Red+Green+Blue) = 88+119+94=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #58775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58775E is #A788A1. Grayscale: #6A6A6A. Windows color (decimal): -10979490 or 6190936. OLE color: 6190936.
HSL color Cylindrical-coordinate representation of color #58775E: hue angle of 131.61º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58775E is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 119 | 94 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.53 |
| HSL | 131.61º | 0.15% | 0.41% | - |
| HSV(B) | 131.61º | 0.26% | 0.47% | - |
| XYZ | 12.64 | 16.08 | 13.03 | - |
| YUV | 106.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 94 | 0.26 | 0 | 0.21 | 0.53 | 131.61 | 0.15 | 0.41 |
| Hex | 58 | 77 | 5E | 1A | 0 | 15 | 35 | 84 | F | 29 |
| Octal | 130 | 167 | 136 | 32 | 0 | 25 | 65 | 204 | 17 | 51 |
| Binary | 1011000 | 1110111 | 1011110 | 11010 | 0 | 10101 | 110101 | 10000100 | 1111 | 101001 |
Color Harmonies of #58775E
Complementary color
Monochromatic Colors of #58775E
Black with #58775E
Text Example
Text Example
White with #58775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58775E; }
p { color: rgb(88,119,94); }
H1.HeaderClassName
{
color: #58775E;
}
.AnyTagClassName
{
color: #58775E;
}
</style>
background-color css
<style>
a { background-color: #58775E; }
a { background-color: rgb(88,119,94); }
div.DivClassName
{
background-color: #58775E;
}
.BgClassName
{
background-color: #58775E;
}
</style>
border-color css
<style>
span { border-color: #58775E; }
span { border-color: rgb(88,119,94); }
td.TdClassName
{
border-color: #58775E;
}
.TagClassName
{
border-color: #58775E;
}
</style>