Shades of Patina #53A182
Tints of Patina #53A182
RGB
CMYK
RGB Variations
Color information
#53A182 (or 0x53A182) is known color: Patina. HEX triplet: 53, A1 and 82. RGB value is (83,161,130). Sum of RGB (Red+Green+Blue) = 83+161+130=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #53A182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A182 is #AC5E7D. Grayscale: #868686. Windows color (decimal): -11296382 or 8560979. OLE color: 8560979.
HSL color Cylindrical-coordinate representation of color #53A182: hue angle of 156.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A182 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 161 | 130 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.37 |
| HSL | 156.15º | 0.32% | 0.48% | - |
| HSV(B) | 156.15º | 0.48% | 0.63% | - |
| XYZ | 20.34 | 28.94 | 25.63 | - |
| YUV | 134.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 130 | 0.48 | 0 | 0.19 | 0.37 | 156.15 | 0.32 | 0.48 |
| Hex | 53 | A1 | 82 | 30 | 0 | 13 | 25 | 9C | 20 | 30 |
| Octal | 123 | 241 | 202 | 60 | 0 | 23 | 45 | 234 | 40 | 60 |
| Binary | 1010011 | 10100001 | 10000010 | 110000 | 0 | 10011 | 100101 | 10011100 | 100000 | 110000 |
Color Harmonies of #53A182
Complementary color
Monochromatic Colors of #53A182
Black with #53A182
Text Example
Text Example
White with #53A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A182; }
p { color: rgb(83,161,130); }
H1.HeaderClassName
{
color: #53A182;
}
.AnyTagClassName
{
color: #53A182;
}
</style>
background-color css
<style>
a { background-color: #53A182; }
a { background-color: rgb(83,161,130); }
div.DivClassName
{
background-color: #53A182;
}
.BgClassName
{
background-color: #53A182;
}
</style>
border-color css
<style>
span { border-color: #53A182; }
span { border-color: rgb(83,161,130); }
td.TdClassName
{
border-color: #53A182;
}
.TagClassName
{
border-color: #53A182;
}
</style>