Shades of Como #57805E
Tints of Como #57805E
RGB
CMYK
RGB Variations
Color information
#57805E (or 0x57805E) is known color: Como. HEX triplet: 57, 80 and 5E. RGB value is (87,128,94). Sum of RGB (Red+Green+Blue) = 87+128+94=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #57805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57805E is #A87FA1. Grayscale: #6F6F6F. Windows color (decimal): -11042722 or 6193239. OLE color: 6193239.
HSL color Cylindrical-coordinate representation of color #57805E: hue angle of 130.24º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57805E is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 128 | 94 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.50 |
| HSL | 130.24º | 0.19% | 0.42% | - |
| HSV(B) | 130.24º | 0.32% | 0.5% | - |
| XYZ | 13.67 | 18.27 | 13.4 | - |
| YUV | 111.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 94 | 0.32 | 0 | 0.27 | 0.50 | 130.24 | 0.19 | 0.42 |
| Hex | 57 | 80 | 5E | 20 | 0 | 1B | 32 | 82 | 13 | 2A |
| Octal | 127 | 200 | 136 | 40 | 0 | 33 | 62 | 202 | 23 | 52 |
| Binary | 1010111 | 10000000 | 1011110 | 100000 | 0 | 11011 | 110010 | 10000010 | 10011 | 101010 |
Color Harmonies of #57805E
Complementary color
Monochromatic Colors of #57805E
Black with #57805E
Text Example
Text Example
White with #57805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57805E; }
p { color: rgb(87,128,94); }
H1.HeaderClassName
{
color: #57805E;
}
.AnyTagClassName
{
color: #57805E;
}
</style>
background-color css
<style>
a { background-color: #57805E; }
a { background-color: rgb(87,128,94); }
div.DivClassName
{
background-color: #57805E;
}
.BgClassName
{
background-color: #57805E;
}
</style>
border-color css
<style>
span { border-color: #57805E; }
span { border-color: rgb(87,128,94); }
td.TdClassName
{
border-color: #57805E;
}
.TagClassName
{
border-color: #57805E;
}
</style>