Shades of Patina #57897E
Tints of Patina #57897E
RGB
CMYK
RGB Variations
Color information
#57897E (or 0x57897E) is known color: Patina. HEX triplet: 57, 89 and 7E. RGB value is (87,137,126). Sum of RGB (Red+Green+Blue) = 87+137+126=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #57897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57897E is #A87681. Grayscale: #787878. Windows color (decimal): -11040386 or 8292695. OLE color: 8292695.
HSL color Cylindrical-coordinate representation of color #57897E: hue angle of 166.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57897E is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 137 | 126 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.46 |
| HSL | 166.8º | 0.22% | 0.44% | - |
| HSV(B) | 166.8º | 0.36% | 0.54% | - |
| XYZ | 16.64 | 21.42 | 23 | - |
| YUV | 120.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 137 | 126 | 0.36 | 0 | 0.08 | 0.46 | 166.8 | 0.22 | 0.44 |
| Hex | 57 | 89 | 7E | 24 | 0 | 8 | 2E | A7 | 16 | 2C |
| Octal | 127 | 211 | 176 | 44 | 0 | 10 | 56 | 247 | 26 | 54 |
| Binary | 1010111 | 10001001 | 1111110 | 100100 | 0 | 1000 | 101110 | 10100111 | 10110 | 101100 |
Color Harmonies of #57897E
Complementary color
Monochromatic Colors of #57897E
Black with #57897E
Text Example
Text Example
White with #57897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57897E; }
p { color: rgb(87,137,126); }
H1.HeaderClassName
{
color: #57897E;
}
.AnyTagClassName
{
color: #57897E;
}
</style>
background-color css
<style>
a { background-color: #57897E; }
a { background-color: rgb(87,137,126); }
div.DivClassName
{
background-color: #57897E;
}
.BgClassName
{
background-color: #57897E;
}
</style>
border-color css
<style>
span { border-color: #57897E; }
span { border-color: rgb(87,137,126); }
td.TdClassName
{
border-color: #57897E;
}
.TagClassName
{
border-color: #57897E;
}
</style>