Shades of Como #59775E
Tints of Como #59775E
RGB
CMYK
RGB Variations
Color information
#59775E (or 0x59775E) is known color: Como. HEX triplet: 59, 77 and 5E. RGB value is (89,119,94). Sum of RGB (Red+Green+Blue) = 89+119+94=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #59775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59775E is #A688A1. Grayscale: #6B6B6B. Windows color (decimal): -10913954 or 6190937. OLE color: 6190937.
HSL color Cylindrical-coordinate representation of color #59775E: hue angle of 130º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59775E is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 119 | 94 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.53 |
| HSL | 130º | 0.14% | 0.41% | - |
| HSV(B) | 130º | 0.25% | 0.47% | - |
| XYZ | 12.74 | 16.13 | 13.03 | - |
| YUV | 107.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 94 | 0.25 | 0 | 0.21 | 0.53 | 130 | 0.14 | 0.41 |
| Hex | 59 | 77 | 5E | 19 | 0 | 15 | 35 | 82 | E | 29 |
| Octal | 131 | 167 | 136 | 31 | 0 | 25 | 65 | 202 | 16 | 51 |
| Binary | 1011001 | 1110111 | 1011110 | 11001 | 0 | 10101 | 110101 | 10000010 | 1110 | 101001 |
Color Harmonies of #59775E
Complementary color
Monochromatic Colors of #59775E
Black with #59775E
Text Example
Text Example
White with #59775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59775E; }
p { color: rgb(89,119,94); }
H1.HeaderClassName
{
color: #59775E;
}
.AnyTagClassName
{
color: #59775E;
}
</style>
background-color css
<style>
a { background-color: #59775E; }
a { background-color: rgb(89,119,94); }
div.DivClassName
{
background-color: #59775E;
}
.BgClassName
{
background-color: #59775E;
}
</style>
border-color css
<style>
span { border-color: #59775E; }
span { border-color: rgb(89,119,94); }
td.TdClassName
{
border-color: #59775E;
}
.TagClassName
{
border-color: #59775E;
}
</style>