Shades of Como #57885F
Tints of Como #57885F
RGB
CMYK
RGB Variations
Color information
#57885F (or 0x57885F) is known color: Como. HEX triplet: 57, 88 and 5F. RGB value is (87,136,95). Sum of RGB (Red+Green+Blue) = 87+136+95=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #57885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57885F is #A877A0. Grayscale: #747474. Windows color (decimal): -11040673 or 6260823. OLE color: 6260823.
HSL color Cylindrical-coordinate representation of color #57885F: hue angle of 129.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57885F is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 136 | 95 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.47 |
| HSL | 129.8º | 0.22% | 0.44% | - |
| HSV(B) | 129.8º | 0.36% | 0.53% | - |
| XYZ | 14.8 | 20.46 | 14 | - |
| YUV | 116.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 95 | 0.36 | 0 | 0.30 | 0.47 | 129.8 | 0.22 | 0.44 |
| Hex | 57 | 88 | 5F | 24 | 0 | 1E | 2F | 82 | 16 | 2C |
| Octal | 127 | 210 | 137 | 44 | 0 | 36 | 57 | 202 | 26 | 54 |
| Binary | 1010111 | 10001000 | 1011111 | 100100 | 0 | 11110 | 101111 | 10000010 | 10110 | 101100 |
Color Harmonies of #57885F
Complementary color
Monochromatic Colors of #57885F
Black with #57885F
Text Example
Text Example
White with #57885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57885F; }
p { color: rgb(87,136,95); }
H1.HeaderClassName
{
color: #57885F;
}
.AnyTagClassName
{
color: #57885F;
}
</style>
background-color css
<style>
a { background-color: #57885F; }
a { background-color: rgb(87,136,95); }
div.DivClassName
{
background-color: #57885F;
}
.BgClassName
{
background-color: #57885F;
}
</style>
border-color css
<style>
span { border-color: #57885F; }
span { border-color: rgb(87,136,95); }
td.TdClassName
{
border-color: #57885F;
}
.TagClassName
{
border-color: #57885F;
}
</style>