Shades of Patina #59A183
Tints of Patina #59A183
RGB
CMYK
RGB Variations
Color information
#59A183 (or 0x59A183) is known color: Patina. HEX triplet: 59, A1 and 83. RGB value is (89,161,131). Sum of RGB (Red+Green+Blue) = 89+161+131=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #59A183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A183 is #A65E7C. Grayscale: #888888. Windows color (decimal): -10903165 or 8626521. OLE color: 8626521.
HSL color Cylindrical-coordinate representation of color #59A183: hue angle of 155º 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 #59A183 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 161 | 131 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.37 |
| HSL | 155º | 0.29% | 0.49% | - |
| HSV(B) | 155º | 0.45% | 0.63% | - |
| XYZ | 20.96 | 29.25 | 26.01 | - |
| YUV | 136.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 131 | 0.45 | 0 | 0.19 | 0.37 | 155 | 0.29 | 0.49 |
| Hex | 59 | A1 | 83 | 2D | 0 | 13 | 25 | 9B | 1D | 31 |
| Octal | 131 | 241 | 203 | 55 | 0 | 23 | 45 | 233 | 35 | 61 |
| Binary | 1011001 | 10100001 | 10000011 | 101101 | 0 | 10011 | 100101 | 10011011 | 11101 | 110001 |
Color Harmonies of #59A183
Complementary color
Monochromatic Colors of #59A183
Black with #59A183
Text Example
Text Example
White with #59A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A183; }
p { color: rgb(89,161,131); }
H1.HeaderClassName
{
color: #59A183;
}
.AnyTagClassName
{
color: #59A183;
}
</style>
background-color css
<style>
a { background-color: #59A183; }
a { background-color: rgb(89,161,131); }
div.DivClassName
{
background-color: #59A183;
}
.BgClassName
{
background-color: #59A183;
}
</style>
border-color css
<style>
span { border-color: #59A183; }
span { border-color: rgb(89,161,131); }
td.TdClassName
{
border-color: #59A183;
}
.TagClassName
{
border-color: #59A183;
}
</style>