Shades of Patina #539F85
Tints of Patina #539F85
RGB
CMYK
RGB Variations
Color information
#539F85 (or 0x539F85) is known color: Patina. HEX triplet: 53, 9F and 85. RGB value is (83,159,133). Sum of RGB (Red+Green+Blue) = 83+159+133=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #539F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539F85 is #AC607A. Grayscale: #858585. Windows color (decimal): -11296891 or 8757075. OLE color: 8757075.
HSL color Cylindrical-coordinate representation of color #539F85: hue angle of 159.47º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539F85 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 159 | 133 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.38 |
| HSL | 159.47º | 0.31% | 0.47% | - |
| HSV(B) | 159.47º | 0.48% | 0.62% | - |
| XYZ | 20.2 | 28.33 | 26.59 | - |
| YUV | 133.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 133 | 0.48 | 0 | 0.16 | 0.38 | 159.47 | 0.31 | 0.47 |
| Hex | 53 | 9F | 85 | 30 | 0 | 10 | 26 | 9F | 1F | 2F |
| Octal | 123 | 237 | 205 | 60 | 0 | 20 | 46 | 237 | 37 | 57 |
| Binary | 1010011 | 10011111 | 10000101 | 110000 | 0 | 10000 | 100110 | 10011111 | 11111 | 101111 |
Color Harmonies of #539F85
Complementary color
Monochromatic Colors of #539F85
Black with #539F85
Text Example
Text Example
White with #539F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539F85; }
p { color: rgb(83,159,133); }
H1.HeaderClassName
{
color: #539F85;
}
.AnyTagClassName
{
color: #539F85;
}
</style>
background-color css
<style>
a { background-color: #539F85; }
a { background-color: rgb(83,159,133); }
div.DivClassName
{
background-color: #539F85;
}
.BgClassName
{
background-color: #539F85;
}
</style>
border-color css
<style>
span { border-color: #539F85; }
span { border-color: rgb(83,159,133); }
td.TdClassName
{
border-color: #539F85;
}
.TagClassName
{
border-color: #539F85;
}
</style>