Shades of Patina #539D80
Tints of Patina #539D80
RGB
CMYK
RGB Variations
Color information
#539D80 (or 0x539D80) is known color: Patina. HEX triplet: 53, 9D and 80. RGB value is (83,157,128). Sum of RGB (Red+Green+Blue) = 83+157+128=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #539D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539D80 is #AC627F. Grayscale: #838383. Windows color (decimal): -11297408 or 8428883. OLE color: 8428883.
HSL color Cylindrical-coordinate representation of color #539D80: hue angle of 156.49º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539D80 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 128 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.38 |
| HSL | 156.49º | 0.31% | 0.47% | - |
| HSV(B) | 156.49º | 0.47% | 0.62% | - |
| XYZ | 19.52 | 27.51 | 24.7 | - |
| YUV | 131.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 128 | 0.47 | 0 | 0.18 | 0.38 | 156.49 | 0.31 | 0.47 |
| Hex | 53 | 9D | 80 | 2F | 0 | 12 | 26 | 9C | 1F | 2F |
| Octal | 123 | 235 | 200 | 57 | 0 | 22 | 46 | 234 | 37 | 57 |
| Binary | 1010011 | 10011101 | 10000000 | 101111 | 0 | 10010 | 100110 | 10011100 | 11111 | 101111 |
Color Harmonies of #539D80
Complementary color
Monochromatic Colors of #539D80
Black with #539D80
Text Example
Text Example
White with #539D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D80; }
p { color: rgb(83,157,128); }
H1.HeaderClassName
{
color: #539D80;
}
.AnyTagClassName
{
color: #539D80;
}
</style>
background-color css
<style>
a { background-color: #539D80; }
a { background-color: rgb(83,157,128); }
div.DivClassName
{
background-color: #539D80;
}
.BgClassName
{
background-color: #539D80;
}
</style>
border-color css
<style>
span { border-color: #539D80; }
span { border-color: rgb(83,157,128); }
td.TdClassName
{
border-color: #539D80;
}
.TagClassName
{
border-color: #539D80;
}
</style>