Shades of Patina #539A84
Tints of Patina #539A84
RGB
CMYK
RGB Variations
Color information
#539A84 (or 0x539A84) is known color: Patina. HEX triplet: 53, 9A and 84. RGB value is (83,154,132). Sum of RGB (Red+Green+Blue) = 83+154+132=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #539A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A84 is #AC657B. Grayscale: #828282. Windows color (decimal): -11298172 or 8690259. OLE color: 8690259.
HSL color Cylindrical-coordinate representation of color #539A84: hue angle of 161.41º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A84 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 154 | 132 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.40 |
| HSL | 161.41º | 0.3% | 0.46% | - |
| HSV(B) | 161.41º | 0.46% | 0.6% | - |
| XYZ | 19.29 | 26.62 | 25.95 | - |
| YUV | 130.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 132 | 0.46 | 0 | 0.14 | 0.40 | 161.41 | 0.3 | 0.46 |
| Hex | 53 | 9A | 84 | 2E | 0 | E | 28 | A1 | 1E | 2E |
| Octal | 123 | 232 | 204 | 56 | 0 | 16 | 50 | 241 | 36 | 56 |
| Binary | 1010011 | 10011010 | 10000100 | 101110 | 0 | 1110 | 101000 | 10100001 | 11110 | 101110 |
Color Harmonies of #539A84
Complementary color
Monochromatic Colors of #539A84
Black with #539A84
Text Example
Text Example
White with #539A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539A84; }
p { color: rgb(83,154,132); }
H1.HeaderClassName
{
color: #539A84;
}
.AnyTagClassName
{
color: #539A84;
}
</style>
background-color css
<style>
a { background-color: #539A84; }
a { background-color: rgb(83,154,132); }
div.DivClassName
{
background-color: #539A84;
}
.BgClassName
{
background-color: #539A84;
}
</style>
border-color css
<style>
span { border-color: #539A84; }
span { border-color: rgb(83,154,132); }
td.TdClassName
{
border-color: #539A84;
}
.TagClassName
{
border-color: #539A84;
}
</style>