Shades of Patina #57A189
Tints of Patina #57A189
RGB
CMYK
RGB Variations
Color information
#57A189 (or 0x57A189) is known color: Patina. HEX triplet: 57, A1 and 89. RGB value is (87,161,137). Sum of RGB (Red+Green+Blue) = 87+161+137=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #57A189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A189 is #A85E76. Grayscale: #888888. Windows color (decimal): -11034231 or 9019735. OLE color: 9019735.
HSL color Cylindrical-coordinate representation of color #57A189: hue angle of 160.54º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A189 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 161 | 137 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.37 |
| HSL | 160.54º | 0.3% | 0.49% | - |
| HSV(B) | 160.54º | 0.46% | 0.63% | - |
| XYZ | 21.19 | 29.32 | 28.21 | - |
| YUV | 136.14 | 128.48 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 161 | 137 | 0.46 | 0 | 0.15 | 0.37 | 160.54 | 0.3 | 0.49 |
| Hex | 57 | A1 | 89 | 2E | 0 | F | 25 | A1 | 1E | 31 |
| Octal | 127 | 241 | 211 | 56 | 0 | 17 | 45 | 241 | 36 | 61 |
| Binary | 1010111 | 10100001 | 10001001 | 101110 | 0 | 1111 | 100101 | 10100001 | 11110 | 110001 |
Color Harmonies of #57A189
Complementary color
Monochromatic Colors of #57A189
Black with #57A189
Text Example
Text Example
White with #57A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A189; }
p { color: rgb(87,161,137); }
H1.HeaderClassName
{
color: #57A189;
}
.AnyTagClassName
{
color: #57A189;
}
</style>
background-color css
<style>
a { background-color: #57A189; }
a { background-color: rgb(87,161,137); }
div.DivClassName
{
background-color: #57A189;
}
.BgClassName
{
background-color: #57A189;
}
</style>
border-color css
<style>
span { border-color: #57A189; }
span { border-color: rgb(87,161,137); }
td.TdClassName
{
border-color: #57A189;
}
.TagClassName
{
border-color: #57A189;
}
</style>