Shades of Patina #539C84
Tints of Patina #539C84
RGB
CMYK
RGB Variations
Color information
#539C84 (or 0x539C84) is known color: Patina. HEX triplet: 53, 9C and 84. RGB value is (83,156,132). Sum of RGB (Red+Green+Blue) = 83+156+132=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #539C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539C84 is #AC637B. Grayscale: #838383. Windows color (decimal): -11297660 or 8690771. OLE color: 8690771.
HSL color Cylindrical-coordinate representation of color #539C84: hue angle of 160.27º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539C84 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 156 | 132 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.39 |
| HSL | 160.27º | 0.31% | 0.47% | - |
| HSV(B) | 160.27º | 0.47% | 0.61% | - |
| XYZ | 19.62 | 27.28 | 26.06 | - |
| YUV | 131.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 132 | 0.47 | 0 | 0.15 | 0.39 | 160.27 | 0.31 | 0.47 |
| Hex | 53 | 9C | 84 | 2F | 0 | F | 27 | A0 | 1F | 2F |
| Octal | 123 | 234 | 204 | 57 | 0 | 17 | 47 | 240 | 37 | 57 |
| Binary | 1010011 | 10011100 | 10000100 | 101111 | 0 | 1111 | 100111 | 10100000 | 11111 | 101111 |
Color Harmonies of #539C84
Complementary color
Monochromatic Colors of #539C84
Black with #539C84
Text Example
Text Example
White with #539C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539C84; }
p { color: rgb(83,156,132); }
H1.HeaderClassName
{
color: #539C84;
}
.AnyTagClassName
{
color: #539C84;
}
</style>
background-color css
<style>
a { background-color: #539C84; }
a { background-color: rgb(83,156,132); }
div.DivClassName
{
background-color: #539C84;
}
.BgClassName
{
background-color: #539C84;
}
</style>
border-color css
<style>
span { border-color: #539C84; }
span { border-color: rgb(83,156,132); }
td.TdClassName
{
border-color: #539C84;
}
.TagClassName
{
border-color: #539C84;
}
</style>