Shades of Patina #52A385
Tints of Patina #52A385
RGB
CMYK
RGB Variations
Color information
#52A385 (or 0x52A385) is known color: Patina. HEX triplet: 52, A3 and 85. RGB value is (82,163,133). Sum of RGB (Red+Green+Blue) = 82+163+133=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #52A385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A385 is #AD5C7A. Grayscale: #878787. Windows color (decimal): -11361403 or 8758098. OLE color: 8758098.
HSL color Cylindrical-coordinate representation of color #52A385: hue angle of 157.78º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A385 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 163 | 133 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.36 |
| HSL | 157.78º | 0.33% | 0.48% | - |
| HSV(B) | 157.78º | 0.5% | 0.64% | - |
| XYZ | 20.81 | 29.68 | 26.82 | - |
| YUV | 135.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 163 | 133 | 0.50 | 0 | 0.18 | 0.36 | 157.78 | 0.33 | 0.48 |
| Hex | 52 | A3 | 85 | 32 | 0 | 12 | 24 | 9E | 21 | 30 |
| Octal | 122 | 243 | 205 | 62 | 0 | 22 | 44 | 236 | 41 | 60 |
| Binary | 1010010 | 10100011 | 10000101 | 110010 | 0 | 10010 | 100100 | 10011110 | 100001 | 110000 |
Color Harmonies of #52A385
Complementary color
Monochromatic Colors of #52A385
Black with #52A385
Text Example
Text Example
White with #52A385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A385; }
p { color: rgb(82,163,133); }
H1.HeaderClassName
{
color: #52A385;
}
.AnyTagClassName
{
color: #52A385;
}
</style>
background-color css
<style>
a { background-color: #52A385; }
a { background-color: rgb(82,163,133); }
div.DivClassName
{
background-color: #52A385;
}
.BgClassName
{
background-color: #52A385;
}
</style>
border-color css
<style>
span { border-color: #52A385; }
span { border-color: rgb(82,163,133); }
td.TdClassName
{
border-color: #52A385;
}
.TagClassName
{
border-color: #52A385;
}
</style>