Shades of Patina #539B84
Tints of Patina #539B84
RGB
CMYK
RGB Variations
Color information
#539B84 (or 0x539B84) is known color: Patina. HEX triplet: 53, 9B and 84. RGB value is (83,155,132). Sum of RGB (Red+Green+Blue) = 83+155+132=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #539B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539B84 is #AC647B. Grayscale: #828282. Windows color (decimal): -11297916 or 8690515. OLE color: 8690515.
HSL color Cylindrical-coordinate representation of color #539B84: hue angle of 160.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B84 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 155 | 132 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.39 |
| HSL | 160.83º | 0.3% | 0.47% | - |
| HSV(B) | 160.83º | 0.46% | 0.61% | - |
| XYZ | 19.45 | 26.95 | 26.01 | - |
| YUV | 130.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 132 | 0.46 | 0 | 0.15 | 0.39 | 160.83 | 0.3 | 0.47 |
| Hex | 53 | 9B | 84 | 2E | 0 | F | 27 | A1 | 1E | 2F |
| Octal | 123 | 233 | 204 | 56 | 0 | 17 | 47 | 241 | 36 | 57 |
| Binary | 1010011 | 10011011 | 10000100 | 101110 | 0 | 1111 | 100111 | 10100001 | 11110 | 101111 |
Color Harmonies of #539B84
Complementary color
Monochromatic Colors of #539B84
Black with #539B84
Text Example
Text Example
White with #539B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539B84; }
p { color: rgb(83,155,132); }
H1.HeaderClassName
{
color: #539B84;
}
.AnyTagClassName
{
color: #539B84;
}
</style>
background-color css
<style>
a { background-color: #539B84; }
a { background-color: rgb(83,155,132); }
div.DivClassName
{
background-color: #539B84;
}
.BgClassName
{
background-color: #539B84;
}
</style>
border-color css
<style>
span { border-color: #539B84; }
span { border-color: rgb(83,155,132); }
td.TdClassName
{
border-color: #539B84;
}
.TagClassName
{
border-color: #539B84;
}
</style>