Shades of Como #57865F
Tints of Como #57865F
RGB
CMYK
RGB Variations
Color information
#57865F (or 0x57865F) is known color: Como. HEX triplet: 57, 86 and 5F. RGB value is (87,134,95). Sum of RGB (Red+Green+Blue) = 87+134+95=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #57865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57865F is #A879A0. Grayscale: #737373. Windows color (decimal): -11041185 or 6260311. OLE color: 6260311.
HSL color Cylindrical-coordinate representation of color #57865F: hue angle of 130.21º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57865F is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 134 | 95 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.47 |
| HSL | 130.21º | 0.21% | 0.43% | - |
| HSV(B) | 130.21º | 0.35% | 0.53% | - |
| XYZ | 14.52 | 19.9 | 13.9 | - |
| YUV | 115.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 134 | 95 | 0.35 | 0 | 0.29 | 0.47 | 130.21 | 0.21 | 0.43 |
| Hex | 57 | 86 | 5F | 23 | 0 | 1D | 2F | 82 | 15 | 2B |
| Octal | 127 | 206 | 137 | 43 | 0 | 35 | 57 | 202 | 25 | 53 |
| Binary | 1010111 | 10000110 | 1011111 | 100011 | 0 | 11101 | 101111 | 10000010 | 10101 | 101011 |
Color Harmonies of #57865F
Complementary color
Monochromatic Colors of #57865F
Black with #57865F
Text Example
Text Example
White with #57865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57865F; }
p { color: rgb(87,134,95); }
H1.HeaderClassName
{
color: #57865F;
}
.AnyTagClassName
{
color: #57865F;
}
</style>
background-color css
<style>
a { background-color: #57865F; }
a { background-color: rgb(87,134,95); }
div.DivClassName
{
background-color: #57865F;
}
.BgClassName
{
background-color: #57865F;
}
</style>
border-color css
<style>
span { border-color: #57865F; }
span { border-color: rgb(87,134,95); }
td.TdClassName
{
border-color: #57865F;
}
.TagClassName
{
border-color: #57865F;
}
</style>