Shades of Patina #53A186
Tints of Patina #53A186
RGB
CMYK
RGB Variations
Color information
#53A186 (or 0x53A186) is known color: Patina. HEX triplet: 53, A1 and 86. RGB value is (83,161,134). Sum of RGB (Red+Green+Blue) = 83+161+134=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #53A186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A186 is #AC5E79. Grayscale: #868686. Windows color (decimal): -11296378 or 8823123. OLE color: 8823123.
HSL color Cylindrical-coordinate representation of color #53A186: hue angle of 159.23º 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 #53A186 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 161 | 134 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.37 |
| HSL | 159.23º | 0.32% | 0.48% | - |
| HSV(B) | 159.23º | 0.48% | 0.63% | - |
| XYZ | 20.62 | 29.05 | 27.07 | - |
| YUV | 134.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 134 | 0.48 | 0 | 0.17 | 0.37 | 159.23 | 0.32 | 0.48 |
| Hex | 53 | A1 | 86 | 30 | 0 | 11 | 25 | 9F | 20 | 30 |
| Octal | 123 | 241 | 206 | 60 | 0 | 21 | 45 | 237 | 40 | 60 |
| Binary | 1010011 | 10100001 | 10000110 | 110000 | 0 | 10001 | 100101 | 10011111 | 100000 | 110000 |
Color Harmonies of #53A186
Complementary color
Monochromatic Colors of #53A186
Black with #53A186
Text Example
Text Example
White with #53A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A186; }
p { color: rgb(83,161,134); }
H1.HeaderClassName
{
color: #53A186;
}
.AnyTagClassName
{
color: #53A186;
}
</style>
background-color css
<style>
a { background-color: #53A186; }
a { background-color: rgb(83,161,134); }
div.DivClassName
{
background-color: #53A186;
}
.BgClassName
{
background-color: #53A186;
}
</style>
border-color css
<style>
span { border-color: #53A186; }
span { border-color: rgb(83,161,134); }
td.TdClassName
{
border-color: #53A186;
}
.TagClassName
{
border-color: #53A186;
}
</style>