Shades of Patina #559880
Tints of Patina #559880
RGB
CMYK
RGB Variations
Color information
#559880 (or 0x559880) is known color: Patina. HEX triplet: 55, 98 and 80. RGB value is (85,152,128). Sum of RGB (Red+Green+Blue) = 85+152+128=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #559880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559880 is #AA677F. Grayscale: #818181. Windows color (decimal): -11167616 or 8427605. OLE color: 8427605.
HSL color Cylindrical-coordinate representation of color #559880: hue angle of 158.51º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559880 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 128 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.40 |
| HSL | 158.51º | 0.28% | 0.46% | - |
| HSV(B) | 158.51º | 0.44% | 0.6% | - |
| XYZ | 18.87 | 25.95 | 24.44 | - |
| YUV | 129.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 128 | 0.44 | 0 | 0.16 | 0.40 | 158.51 | 0.28 | 0.46 |
| Hex | 55 | 98 | 80 | 2C | 0 | 10 | 28 | 9F | 1C | 2E |
| Octal | 125 | 230 | 200 | 54 | 0 | 20 | 50 | 237 | 34 | 56 |
| Binary | 1010101 | 10011000 | 10000000 | 101100 | 0 | 10000 | 101000 | 10011111 | 11100 | 101110 |
Color Harmonies of #559880
Complementary color
Monochromatic Colors of #559880
Black with #559880
Text Example
Text Example
White with #559880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559880; }
p { color: rgb(85,152,128); }
H1.HeaderClassName
{
color: #559880;
}
.AnyTagClassName
{
color: #559880;
}
</style>
background-color css
<style>
a { background-color: #559880; }
a { background-color: rgb(85,152,128); }
div.DivClassName
{
background-color: #559880;
}
.BgClassName
{
background-color: #559880;
}
</style>
border-color css
<style>
span { border-color: #559880; }
span { border-color: rgb(85,152,128); }
td.TdClassName
{
border-color: #559880;
}
.TagClassName
{
border-color: #559880;
}
</style>