Shades of Patina #57A48A
Tints of Patina #57A48A
RGB
CMYK
RGB Variations
Color information
#57A48A (or 0x57A48A) is known color: Patina. HEX triplet: 57, A4 and 8A. RGB value is (87,164,138). Sum of RGB (Red+Green+Blue) = 87+164+138=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #57A48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A48A is #A85B75. Grayscale: #8A8A8A. Windows color (decimal): -11033462 or 9086039. OLE color: 9086039.
HSL color Cylindrical-coordinate representation of color #57A48A: hue angle of 159.74º degrees, saturation: 0.31, 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 #57A48A is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 164 | 138 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.36 |
| HSL | 159.74º | 0.31% | 0.49% | - |
| HSV(B) | 159.74º | 0.47% | 0.64% | - |
| XYZ | 21.79 | 30.41 | 28.77 | - |
| YUV | 138.01 | 127.99 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 138 | 0.47 | 0 | 0.16 | 0.36 | 159.74 | 0.31 | 0.49 |
| Hex | 57 | A4 | 8A | 2F | 0 | 10 | 24 | A0 | 1F | 31 |
| Octal | 127 | 244 | 212 | 57 | 0 | 20 | 44 | 240 | 37 | 61 |
| Binary | 1010111 | 10100100 | 10001010 | 101111 | 0 | 10000 | 100100 | 10100000 | 11111 | 110001 |
Color Harmonies of #57A48A
Complementary color
Monochromatic Colors of #57A48A
Black with #57A48A
Text Example
Text Example
White with #57A48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A48A; }
p { color: rgb(87,164,138); }
H1.HeaderClassName
{
color: #57A48A;
}
.AnyTagClassName
{
color: #57A48A;
}
</style>
background-color css
<style>
a { background-color: #57A48A; }
a { background-color: rgb(87,164,138); }
div.DivClassName
{
background-color: #57A48A;
}
.BgClassName
{
background-color: #57A48A;
}
</style>
border-color css
<style>
span { border-color: #57A48A; }
span { border-color: rgb(87,164,138); }
td.TdClassName
{
border-color: #57A48A;
}
.TagClassName
{
border-color: #57A48A;
}
</style>