Shades of Patina #59A08D
Tints of Patina #59A08D
RGB
CMYK
RGB Variations
Color information
#59A08D (or 0x59A08D) is known color: Patina. HEX triplet: 59, A0 and 8D. RGB value is (89,160,141). Sum of RGB (Red+Green+Blue) = 89+160+141=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 160 - color contains mainly: green. Hex color #59A08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A08D is #A65F72. Grayscale: #888888. Windows color (decimal): -10903411 or 9281625. OLE color: 9281625.
HSL color Cylindrical-coordinate representation of color #59A08D: hue angle of 163.94º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59A08D is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 141 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.37 |
| HSL | 163.94º | 0.29% | 0.49% | - |
| HSV(B) | 163.94º | 0.44% | 0.63% | - |
| XYZ | 21.5 | 29.19 | 29.7 | - |
| YUV | 136.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 141 | 0.44 | 0 | 0.12 | 0.37 | 163.94 | 0.29 | 0.49 |
| Hex | 59 | A0 | 8D | 2C | 0 | C | 25 | A4 | 1D | 31 |
| Octal | 131 | 240 | 215 | 54 | 0 | 14 | 45 | 244 | 35 | 61 |
| Binary | 1011001 | 10100000 | 10001101 | 101100 | 0 | 1100 | 100101 | 10100100 | 11101 | 110001 |
Color Harmonies of #59A08D
Complementary color
Monochromatic Colors of #59A08D
Black with #59A08D
Text Example
Text Example
White with #59A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A08D; }
p { color: rgb(89,160,141); }
H1.HeaderClassName
{
color: #59A08D;
}
.AnyTagClassName
{
color: #59A08D;
}
</style>
background-color css
<style>
a { background-color: #59A08D; }
a { background-color: rgb(89,160,141); }
div.DivClassName
{
background-color: #59A08D;
}
.BgClassName
{
background-color: #59A08D;
}
</style>
border-color css
<style>
span { border-color: #59A08D; }
span { border-color: rgb(89,160,141); }
td.TdClassName
{
border-color: #59A08D;
}
.TagClassName
{
border-color: #59A08D;
}
</style>