Shades of Patina #52A488
Tints of Patina #52A488
RGB
CMYK
RGB Variations
Color information
#52A488 (or 0x52A488) is known color: Patina. HEX triplet: 52, A4 and 88. RGB value is (82,164,136). Sum of RGB (Red+Green+Blue) = 82+164+136=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #52A488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A488 is #AD5B77. Grayscale: #888888. Windows color (decimal): -11361144 or 8954962. OLE color: 8954962.
HSL color Cylindrical-coordinate representation of color #52A488: hue angle of 159.51º 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 #52A488 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 164 | 136 | - |
| CMYK | 0.5 | 0 | 0.17 | 0.36 |
| HSL | 159.51º | 0.33% | 0.48% | - |
| HSV(B) | 159.51º | 0.5% | 0.64% | - |
| XYZ | 21.2 | 30.12 | 27.99 | - |
| YUV | 136.29 | 127.83 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 164 | 136 | 0.5 | 0 | 0.17 | 0.36 | 159.51 | 0.33 | 0.48 |
| Hex | 52 | A4 | 88 | 32 | 0 | 11 | 24 | A0 | 21 | 30 |
| Octal | 122 | 244 | 210 | 62 | 0 | 21 | 44 | 240 | 41 | 60 |
| Binary | 1010010 | 10100100 | 10001000 | 110010 | 0 | 10001 | 100100 | 10100000 | 100001 | 110000 |
Color Harmonies of #52A488
Complementary color
Monochromatic Colors of #52A488
Black with #52A488
Text Example
Text Example
White with #52A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A488; }
p { color: rgb(82,164,136); }
H1.HeaderClassName
{
color: #52A488;
}
.AnyTagClassName
{
color: #52A488;
}
</style>
background-color css
<style>
a { background-color: #52A488; }
a { background-color: rgb(82,164,136); }
div.DivClassName
{
background-color: #52A488;
}
.BgClassName
{
background-color: #52A488;
}
</style>
border-color css
<style>
span { border-color: #52A488; }
span { border-color: rgb(82,164,136); }
td.TdClassName
{
border-color: #52A488;
}
.TagClassName
{
border-color: #52A488;
}
</style>