Shades of Patina #59A182
Tints of Patina #59A182
RGB
CMYK
RGB Variations
Color information
#59A182 (or 0x59A182) is known color: Patina. HEX triplet: 59, A1 and 82. RGB value is (89,161,130). Sum of RGB (Red+Green+Blue) = 89+161+130=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #59A182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A182 is #A65E7D. Grayscale: #878787. Windows color (decimal): -10903166 or 8560985. OLE color: 8560985.
HSL color Cylindrical-coordinate representation of color #59A182: hue angle of 154.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A182 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 161 | 130 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.37 |
| HSL | 154.17º | 0.29% | 0.49% | - |
| HSV(B) | 154.17º | 0.45% | 0.63% | - |
| XYZ | 20.89 | 29.23 | 25.66 | - |
| YUV | 135.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 130 | 0.45 | 0 | 0.19 | 0.37 | 154.17 | 0.29 | 0.49 |
| Hex | 59 | A1 | 82 | 2D | 0 | 13 | 25 | 9A | 1D | 31 |
| Octal | 131 | 241 | 202 | 55 | 0 | 23 | 45 | 232 | 35 | 61 |
| Binary | 1011001 | 10100001 | 10000010 | 101101 | 0 | 10011 | 100101 | 10011010 | 11101 | 110001 |
Color Harmonies of #59A182
Complementary color
Monochromatic Colors of #59A182
Black with #59A182
Text Example
Text Example
White with #59A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A182; }
p { color: rgb(89,161,130); }
H1.HeaderClassName
{
color: #59A182;
}
.AnyTagClassName
{
color: #59A182;
}
</style>
background-color css
<style>
a { background-color: #59A182; }
a { background-color: rgb(89,161,130); }
div.DivClassName
{
background-color: #59A182;
}
.BgClassName
{
background-color: #59A182;
}
</style>
border-color css
<style>
span { border-color: #59A182; }
span { border-color: rgb(89,161,130); }
td.TdClassName
{
border-color: #59A182;
}
.TagClassName
{
border-color: #59A182;
}
</style>