Shades of Patina #559F80
Tints of Patina #559F80
RGB
CMYK
RGB Variations
Color information
#559F80 (or 0x559F80) is known color: Patina. HEX triplet: 55, 9F and 80. RGB value is (85,159,128). Sum of RGB (Red+Green+Blue) = 85+159+128=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 159 - color contains mainly: green. Hex color #559F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F80 is #AA607F. Grayscale: #858585. Windows color (decimal): -11165824 or 8429397. OLE color: 8429397.
HSL color Cylindrical-coordinate representation of color #559F80: hue angle of 154.86º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F80 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 159 | 128 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.38 |
| HSL | 154.86º | 0.3% | 0.48% | - |
| HSV(B) | 154.86º | 0.47% | 0.62% | - |
| XYZ | 20.04 | 28.29 | 24.83 | - |
| YUV | 133.34 | 124.98 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 128 | 0.47 | 0 | 0.19 | 0.38 | 154.86 | 0.3 | 0.48 |
| Hex | 55 | 9F | 80 | 2F | 0 | 13 | 26 | 9B | 1E | 30 |
| Octal | 125 | 237 | 200 | 57 | 0 | 23 | 46 | 233 | 36 | 60 |
| Binary | 1010101 | 10011111 | 10000000 | 101111 | 0 | 10011 | 100110 | 10011011 | 11110 | 110000 |
Color Harmonies of #559F80
Complementary color
Monochromatic Colors of #559F80
Black with #559F80
Text Example
Text Example
White with #559F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559F80; }
p { color: rgb(85,159,128); }
H1.HeaderClassName
{
color: #559F80;
}
.AnyTagClassName
{
color: #559F80;
}
</style>
background-color css
<style>
a { background-color: #559F80; }
a { background-color: rgb(85,159,128); }
div.DivClassName
{
background-color: #559F80;
}
.BgClassName
{
background-color: #559F80;
}
</style>
border-color css
<style>
span { border-color: #559F80; }
span { border-color: rgb(85,159,128); }
td.TdClassName
{
border-color: #559F80;
}
.TagClassName
{
border-color: #559F80;
}
</style>