Shades of Patina #53A082
Tints of Patina #53A082
RGB
CMYK
RGB Variations
Color information
#53A082 (or 0x53A082) is known color: Patina. HEX triplet: 53, A0 and 82. RGB value is (83,160,130). Sum of RGB (Red+Green+Blue) = 83+160+130=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #53A082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A082 is #AC5F7D. Grayscale: #858585. Windows color (decimal): -11296638 or 8560723. OLE color: 8560723.
HSL color Cylindrical-coordinate representation of color #53A082: hue angle of 156.62º 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 #53A082 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 130 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.37 |
| HSL | 156.62º | 0.32% | 0.48% | - |
| HSV(B) | 156.62º | 0.48% | 0.63% | - |
| XYZ | 20.17 | 28.59 | 25.58 | - |
| YUV | 133.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 130 | 0.48 | 0 | 0.19 | 0.37 | 156.62 | 0.32 | 0.48 |
| Hex | 53 | A0 | 82 | 30 | 0 | 13 | 25 | 9D | 20 | 30 |
| Octal | 123 | 240 | 202 | 60 | 0 | 23 | 45 | 235 | 40 | 60 |
| Binary | 1010011 | 10100000 | 10000010 | 110000 | 0 | 10011 | 100101 | 10011101 | 100000 | 110000 |
Color Harmonies of #53A082
Complementary color
Monochromatic Colors of #53A082
Black with #53A082
Text Example
Text Example
White with #53A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A082; }
p { color: rgb(83,160,130); }
H1.HeaderClassName
{
color: #53A082;
}
.AnyTagClassName
{
color: #53A082;
}
</style>
background-color css
<style>
a { background-color: #53A082; }
a { background-color: rgb(83,160,130); }
div.DivClassName
{
background-color: #53A082;
}
.BgClassName
{
background-color: #53A082;
}
</style>
border-color css
<style>
span { border-color: #53A082; }
span { border-color: rgb(83,160,130); }
td.TdClassName
{
border-color: #53A082;
}
.TagClassName
{
border-color: #53A082;
}
</style>