Shades of Como #57825E
Tints of Como #57825E
RGB
CMYK
RGB Variations
Color information
#57825E (or 0x57825E) is known color: Como. HEX triplet: 57, 82 and 5E. RGB value is (87,130,94). Sum of RGB (Red+Green+Blue) = 87+130+94=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #57825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57825E is #A87DA1. Grayscale: #717171. Windows color (decimal): -11042210 or 6193751. OLE color: 6193751.
HSL color Cylindrical-coordinate representation of color #57825E: hue angle of 129.77º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57825E is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 130 | 94 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.49 |
| HSL | 129.77º | 0.2% | 0.43% | - |
| HSV(B) | 129.77º | 0.33% | 0.51% | - |
| XYZ | 13.93 | 18.8 | 13.48 | - |
| YUV | 113.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 130 | 94 | 0.33 | 0 | 0.28 | 0.49 | 129.77 | 0.2 | 0.43 |
| Hex | 57 | 82 | 5E | 21 | 0 | 1C | 31 | 82 | 14 | 2B |
| Octal | 127 | 202 | 136 | 41 | 0 | 34 | 61 | 202 | 24 | 53 |
| Binary | 1010111 | 10000010 | 1011110 | 100001 | 0 | 11100 | 110001 | 10000010 | 10100 | 101011 |
Color Harmonies of #57825E
Complementary color
Monochromatic Colors of #57825E
Black with #57825E
Text Example
Text Example
White with #57825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57825E; }
p { color: rgb(87,130,94); }
H1.HeaderClassName
{
color: #57825E;
}
.AnyTagClassName
{
color: #57825E;
}
</style>
background-color css
<style>
a { background-color: #57825E; }
a { background-color: rgb(87,130,94); }
div.DivClassName
{
background-color: #57825E;
}
.BgClassName
{
background-color: #57825E;
}
</style>
border-color css
<style>
span { border-color: #57825E; }
span { border-color: rgb(87,130,94); }
td.TdClassName
{
border-color: #57825E;
}
.TagClassName
{
border-color: #57825E;
}
</style>