Shades of Patina #57A387
Tints of Patina #57A387
RGB
CMYK
RGB Variations
Color information
#57A387 (or 0x57A387) is known color: Patina. HEX triplet: 57, A3 and 87. RGB value is (87,163,135). Sum of RGB (Red+Green+Blue) = 87+163+135=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #57A387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A387 is #A85C78. Grayscale: #898989. Windows color (decimal): -11033721 or 8889175. OLE color: 8889175.
HSL color Cylindrical-coordinate representation of color #57A387: hue angle of 157.89º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A387 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 163 | 135 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.36 |
| HSL | 157.89º | 0.3% | 0.49% | - |
| HSV(B) | 157.89º | 0.47% | 0.64% | - |
| XYZ | 21.4 | 29.97 | 27.58 | - |
| YUV | 137.08 | 126.82 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 163 | 135 | 0.47 | 0 | 0.17 | 0.36 | 157.89 | 0.3 | 0.49 |
| Hex | 57 | A3 | 87 | 2F | 0 | 11 | 24 | 9E | 1E | 31 |
| Octal | 127 | 243 | 207 | 57 | 0 | 21 | 44 | 236 | 36 | 61 |
| Binary | 1010111 | 10100011 | 10000111 | 101111 | 0 | 10001 | 100100 | 10011110 | 11110 | 110001 |
Color Harmonies of #57A387
Complementary color
Monochromatic Colors of #57A387
Black with #57A387
Text Example
Text Example
White with #57A387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A387; }
p { color: rgb(87,163,135); }
H1.HeaderClassName
{
color: #57A387;
}
.AnyTagClassName
{
color: #57A387;
}
</style>
background-color css
<style>
a { background-color: #57A387; }
a { background-color: rgb(87,163,135); }
div.DivClassName
{
background-color: #57A387;
}
.BgClassName
{
background-color: #57A387;
}
</style>
border-color css
<style>
span { border-color: #57A387; }
span { border-color: rgb(87,163,135); }
td.TdClassName
{
border-color: #57A387;
}
.TagClassName
{
border-color: #57A387;
}
</style>