Shades of Patina #57A58A
Tints of Patina #57A58A
RGB
CMYK
RGB Variations
Color information
#57A58A (or 0x57A58A) is known color: Patina. HEX triplet: 57, A5 and 8A. RGB value is (87,165,138). Sum of RGB (Red+Green+Blue) = 87+165+138=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #57A58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A58A is #A85A75. Grayscale: #8A8A8A. Windows color (decimal): -11033206 or 9086295. OLE color: 9086295.
HSL color Cylindrical-coordinate representation of color #57A58A: hue angle of 159.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A58A is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 165 | 138 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.35 |
| HSL | 159.23º | 0.31% | 0.49% | - |
| HSV(B) | 159.23º | 0.47% | 0.65% | - |
| XYZ | 21.97 | 30.77 | 28.83 | - |
| YUV | 138.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 165 | 138 | 0.47 | 0 | 0.16 | 0.35 | 159.23 | 0.31 | 0.49 |
| Hex | 57 | A5 | 8A | 2F | 0 | 10 | 23 | 9F | 1F | 31 |
| Octal | 127 | 245 | 212 | 57 | 0 | 20 | 43 | 237 | 37 | 61 |
| Binary | 1010111 | 10100101 | 10001010 | 101111 | 0 | 10000 | 100011 | 10011111 | 11111 | 110001 |
Color Harmonies of #57A58A
Complementary color
Monochromatic Colors of #57A58A
Black with #57A58A
Text Example
Text Example
White with #57A58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A58A; }
p { color: rgb(87,165,138); }
H1.HeaderClassName
{
color: #57A58A;
}
.AnyTagClassName
{
color: #57A58A;
}
</style>
background-color css
<style>
a { background-color: #57A58A; }
a { background-color: rgb(87,165,138); }
div.DivClassName
{
background-color: #57A58A;
}
.BgClassName
{
background-color: #57A58A;
}
</style>
border-color css
<style>
span { border-color: #57A58A; }
span { border-color: rgb(87,165,138); }
td.TdClassName
{
border-color: #57A58A;
}
.TagClassName
{
border-color: #57A58A;
}
</style>