Shades of Como #59795F
Tints of Como #59795F
RGB
CMYK
RGB Variations
Color information
#59795F (or 0x59795F) is known color: Como. HEX triplet: 59, 79 and 5F. RGB value is (89,121,95). Sum of RGB (Red+Green+Blue) = 89+121+95=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #59795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59795F is #A686A0. Grayscale: #6C6C6C. Windows color (decimal): -10913441 or 6256985. OLE color: 6256985.
HSL color Cylindrical-coordinate representation of color #59795F: 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.26%. Process color model (Four color, CMYK) of #59795F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 121 | 95 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.53 |
| HSL | 131.25º | 0.15% | 0.41% | - |
| HSV(B) | 131.25º | 0.26% | 0.47% | - |
| XYZ | 13.02 | 16.62 | 13.35 | - |
| YUV | 108.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 95 | 0.26 | 0 | 0.21 | 0.53 | 131.25 | 0.15 | 0.41 |
| Hex | 59 | 79 | 5F | 1A | 0 | 15 | 35 | 83 | F | 29 |
| Octal | 131 | 171 | 137 | 32 | 0 | 25 | 65 | 203 | 17 | 51 |
| Binary | 1011001 | 1111001 | 1011111 | 11010 | 0 | 10101 | 110101 | 10000011 | 1111 | 101001 |
Color Harmonies of #59795F
Complementary color
Monochromatic Colors of #59795F
Black with #59795F
Text Example
Text Example
White with #59795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59795F; }
p { color: rgb(89,121,95); }
H1.HeaderClassName
{
color: #59795F;
}
.AnyTagClassName
{
color: #59795F;
}
</style>
background-color css
<style>
a { background-color: #59795F; }
a { background-color: rgb(89,121,95); }
div.DivClassName
{
background-color: #59795F;
}
.BgClassName
{
background-color: #59795F;
}
</style>
border-color css
<style>
span { border-color: #59795F; }
span { border-color: rgb(89,121,95); }
td.TdClassName
{
border-color: #59795F;
}
.TagClassName
{
border-color: #59795F;
}
</style>