Shades of Patina #59897E
Tints of Patina #59897E
RGB
CMYK
RGB Variations
Color information
#59897E (or 0x59897E) is known color: Patina. HEX triplet: 59, 89 and 7E. RGB value is (89,137,126). Sum of RGB (Red+Green+Blue) = 89+137+126=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #59897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59897E is #A67681. Grayscale: #797979. Windows color (decimal): -10909314 or 8292697. OLE color: 8292697.
HSL color Cylindrical-coordinate representation of color #59897E: hue angle of 166.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59897E is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 137 | 126 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.46 |
| HSL | 166.25º | 0.21% | 0.44% | - |
| HSV(B) | 166.25º | 0.35% | 0.54% | - |
| XYZ | 16.83 | 21.52 | 23.01 | - |
| YUV | 121.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 126 | 0.35 | 0 | 0.08 | 0.46 | 166.25 | 0.21 | 0.44 |
| Hex | 59 | 89 | 7E | 23 | 0 | 8 | 2E | A6 | 15 | 2C |
| Octal | 131 | 211 | 176 | 43 | 0 | 10 | 56 | 246 | 25 | 54 |
| Binary | 1011001 | 10001001 | 1111110 | 100011 | 0 | 1000 | 101110 | 10100110 | 10101 | 101100 |
Color Harmonies of #59897E
Complementary color
Monochromatic Colors of #59897E
Black with #59897E
Text Example
Text Example
White with #59897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59897E; }
p { color: rgb(89,137,126); }
H1.HeaderClassName
{
color: #59897E;
}
.AnyTagClassName
{
color: #59897E;
}
</style>
background-color css
<style>
a { background-color: #59897E; }
a { background-color: rgb(89,137,126); }
div.DivClassName
{
background-color: #59897E;
}
.BgClassName
{
background-color: #59897E;
}
</style>
border-color css
<style>
span { border-color: #59897E; }
span { border-color: rgb(89,137,126); }
td.TdClassName
{
border-color: #59897E;
}
.TagClassName
{
border-color: #59897E;
}
</style>