Shades of Patina #59A090
Tints of Patina #59A090
RGB
CMYK
RGB Variations
Color information
#59A090 (or 0x59A090) is known color: Patina. HEX triplet: 59, A0 and 90. RGB value is (89,160,144). Sum of RGB (Red+Green+Blue) = 89+160+144=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #59A090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A090 is #A65F6F. Grayscale: #888888. Windows color (decimal): -10903408 or 9478233. OLE color: 9478233.
HSL color Cylindrical-coordinate representation of color #59A090: hue angle of 166.48º 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 #59A090 is Cyan = 0.44, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 144 | - |
| CMYK | 0.44 | 0 | 0.1 | 0.37 |
| HSL | 166.48º | 0.29% | 0.49% | - |
| HSV(B) | 166.48º | 0.44% | 0.63% | - |
| XYZ | 21.72 | 29.28 | 30.89 | - |
| YUV | 136.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 144 | 0.44 | 0 | 0.1 | 0.37 | 166.48 | 0.29 | 0.49 |
| Hex | 59 | A0 | 90 | 2C | 0 | A | 25 | A6 | 1D | 31 |
| Octal | 131 | 240 | 220 | 54 | 0 | 12 | 45 | 246 | 35 | 61 |
| Binary | 1011001 | 10100000 | 10010000 | 101100 | 0 | 1010 | 100101 | 10100110 | 11101 | 110001 |
Color Harmonies of #59A090
Complementary color
Monochromatic Colors of #59A090
Black with #59A090
Text Example
Text Example
White with #59A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A090; }
p { color: rgb(89,160,144); }
H1.HeaderClassName
{
color: #59A090;
}
.AnyTagClassName
{
color: #59A090;
}
</style>
background-color css
<style>
a { background-color: #59A090; }
a { background-color: rgb(89,160,144); }
div.DivClassName
{
background-color: #59A090;
}
.BgClassName
{
background-color: #59A090;
}
</style>
border-color css
<style>
span { border-color: #59A090; }
span { border-color: rgb(89,160,144); }
td.TdClassName
{
border-color: #59A090;
}
.TagClassName
{
border-color: #59A090;
}
</style>