Shades of Como #57845E
Tints of Como #57845E
RGB
CMYK
RGB Variations
Color information
#57845E (or 0x57845E) is known color: Como. HEX triplet: 57, 84 and 5E. RGB value is (87,132,94). Sum of RGB (Red+Green+Blue) = 87+132+94=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #57845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57845E is #A87BA1. Grayscale: #727272. Windows color (decimal): -11041698 or 6194263. OLE color: 6194263.
HSL color Cylindrical-coordinate representation of color #57845E: hue angle of 129.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57845E is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 132 | 94 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.48 |
| HSL | 129.33º | 0.21% | 0.43% | - |
| HSV(B) | 129.33º | 0.34% | 0.52% | - |
| XYZ | 14.2 | 19.34 | 13.57 | - |
| YUV | 114.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 132 | 94 | 0.34 | 0 | 0.29 | 0.48 | 129.33 | 0.21 | 0.43 |
| Hex | 57 | 84 | 5E | 22 | 0 | 1D | 30 | 81 | 15 | 2B |
| Octal | 127 | 204 | 136 | 42 | 0 | 35 | 60 | 201 | 25 | 53 |
| Binary | 1010111 | 10000100 | 1011110 | 100010 | 0 | 11101 | 110000 | 10000001 | 10101 | 101011 |
Color Harmonies of #57845E
Complementary color
Monochromatic Colors of #57845E
Black with #57845E
Text Example
Text Example
White with #57845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57845E; }
p { color: rgb(87,132,94); }
H1.HeaderClassName
{
color: #57845E;
}
.AnyTagClassName
{
color: #57845E;
}
</style>
background-color css
<style>
a { background-color: #57845E; }
a { background-color: rgb(87,132,94); }
div.DivClassName
{
background-color: #57845E;
}
.BgClassName
{
background-color: #57845E;
}
</style>
border-color css
<style>
span { border-color: #57845E; }
span { border-color: rgb(87,132,94); }
td.TdClassName
{
border-color: #57845E;
}
.TagClassName
{
border-color: #57845E;
}
</style>