Shades of Patina #59897D
Tints of Patina #59897D
RGB
CMYK
RGB Variations
Color information
#59897D (or 0x59897D) is known color: Patina. HEX triplet: 59, 89 and 7D. RGB value is (89,137,125). Sum of RGB (Red+Green+Blue) = 89+137+125=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #59897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59897D is #A67682. Grayscale: #797979. Windows color (decimal): -10909315 or 8227161. OLE color: 8227161.
HSL color Cylindrical-coordinate representation of color #59897D: hue angle of 165º 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 #59897D is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 137 | 125 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.46 |
| HSL | 165º | 0.21% | 0.44% | - |
| HSV(B) | 165º | 0.35% | 0.54% | - |
| XYZ | 16.77 | 21.5 | 22.67 | - |
| YUV | 121.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 125 | 0.35 | 0 | 0.09 | 0.46 | 165 | 0.21 | 0.44 |
| Hex | 59 | 89 | 7D | 23 | 0 | 9 | 2E | A5 | 15 | 2C |
| Octal | 131 | 211 | 175 | 43 | 0 | 11 | 56 | 245 | 25 | 54 |
| Binary | 1011001 | 10001001 | 1111101 | 100011 | 0 | 1001 | 101110 | 10100101 | 10101 | 101100 |
Color Harmonies of #59897D
Complementary color
Monochromatic Colors of #59897D
Black with #59897D
Text Example
Text Example
White with #59897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59897D; }
p { color: rgb(89,137,125); }
H1.HeaderClassName
{
color: #59897D;
}
.AnyTagClassName
{
color: #59897D;
}
</style>
background-color css
<style>
a { background-color: #59897D; }
a { background-color: rgb(89,137,125); }
div.DivClassName
{
background-color: #59897D;
}
.BgClassName
{
background-color: #59897D;
}
</style>
border-color css
<style>
span { border-color: #59897D; }
span { border-color: rgb(89,137,125); }
td.TdClassName
{
border-color: #59897D;
}
.TagClassName
{
border-color: #59897D;
}
</style>