Shades of Patina #529A83
Tints of Patina #529A83
RGB
CMYK
RGB Variations
Color information
#529A83 (or 0x529A83) is known color: Patina. HEX triplet: 52, 9A and 83. RGB value is (82,154,131). Sum of RGB (Red+Green+Blue) = 82+154+131=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #529A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529A83 is #AD657C. Grayscale: #818181. Windows color (decimal): -11363709 or 8624722. OLE color: 8624722.
HSL color Cylindrical-coordinate representation of color #529A83: hue angle of 160.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A83 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 154 | 131 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.40 |
| HSL | 160.83º | 0.31% | 0.46% | - |
| HSV(B) | 160.83º | 0.47% | 0.6% | - |
| XYZ | 19.13 | 26.54 | 25.59 | - |
| YUV | 129.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 131 | 0.47 | 0 | 0.15 | 0.40 | 160.83 | 0.31 | 0.46 |
| Hex | 52 | 9A | 83 | 2F | 0 | F | 28 | A1 | 1F | 2E |
| Octal | 122 | 232 | 203 | 57 | 0 | 17 | 50 | 241 | 37 | 56 |
| Binary | 1010010 | 10011010 | 10000011 | 101111 | 0 | 1111 | 101000 | 10100001 | 11111 | 101110 |
Color Harmonies of #529A83
Complementary color
Monochromatic Colors of #529A83
Black with #529A83
Text Example
Text Example
White with #529A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A83; }
p { color: rgb(82,154,131); }
H1.HeaderClassName
{
color: #529A83;
}
.AnyTagClassName
{
color: #529A83;
}
</style>
background-color css
<style>
a { background-color: #529A83; }
a { background-color: rgb(82,154,131); }
div.DivClassName
{
background-color: #529A83;
}
.BgClassName
{
background-color: #529A83;
}
</style>
border-color css
<style>
span { border-color: #529A83; }
span { border-color: rgb(82,154,131); }
td.TdClassName
{
border-color: #529A83;
}
.TagClassName
{
border-color: #529A83;
}
</style>