Shades of Patina #559D86
Tints of Patina #559D86
RGB
CMYK
RGB Variations
Color information
#559D86 (or 0x559D86) is known color: Patina. HEX triplet: 55, 9D and 86. RGB value is (85,157,134). Sum of RGB (Red+Green+Blue) = 85+157+134=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #559D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559D86 is #AA6279. Grayscale: #848484. Windows color (decimal): -11166330 or 8822101. OLE color: 8822101.
HSL color Cylindrical-coordinate representation of color #559D86: hue angle of 160.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D86 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 134 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.38 |
| HSL | 160.83º | 0.3% | 0.47% | - |
| HSV(B) | 160.83º | 0.46% | 0.62% | - |
| XYZ | 20.11 | 27.77 | 26.85 | - |
| YUV | 132.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 134 | 0.46 | 0 | 0.15 | 0.38 | 160.83 | 0.3 | 0.47 |
| Hex | 55 | 9D | 86 | 2E | 0 | F | 26 | A1 | 1E | 2F |
| Octal | 125 | 235 | 206 | 56 | 0 | 17 | 46 | 241 | 36 | 57 |
| Binary | 1010101 | 10011101 | 10000110 | 101110 | 0 | 1111 | 100110 | 10100001 | 11110 | 101111 |
Color Harmonies of #559D86
Complementary color
Monochromatic Colors of #559D86
Black with #559D86
Text Example
Text Example
White with #559D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D86; }
p { color: rgb(85,157,134); }
H1.HeaderClassName
{
color: #559D86;
}
.AnyTagClassName
{
color: #559D86;
}
</style>
background-color css
<style>
a { background-color: #559D86; }
a { background-color: rgb(85,157,134); }
div.DivClassName
{
background-color: #559D86;
}
.BgClassName
{
background-color: #559D86;
}
</style>
border-color css
<style>
span { border-color: #559D86; }
span { border-color: rgb(85,157,134); }
td.TdClassName
{
border-color: #559D86;
}
.TagClassName
{
border-color: #559D86;
}
</style>