Shades of Patina #559884
Tints of Patina #559884
RGB
CMYK
RGB Variations
Color information
#559884 (or 0x559884) is known color: Patina. HEX triplet: 55, 98 and 84. RGB value is (85,152,132). Sum of RGB (Red+Green+Blue) = 85+152+132=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #559884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559884 is #AA677B. Grayscale: #818181. Windows color (decimal): -11167612 or 8689749. OLE color: 8689749.
HSL color Cylindrical-coordinate representation of color #559884: hue angle of 162.09º 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 #559884 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 132 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.40 |
| HSL | 162.09º | 0.28% | 0.46% | - |
| HSV(B) | 162.09º | 0.44% | 0.6% | - |
| XYZ | 19.14 | 26.05 | 25.85 | - |
| YUV | 129.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 132 | 0.44 | 0 | 0.13 | 0.40 | 162.09 | 0.28 | 0.46 |
| Hex | 55 | 98 | 84 | 2C | 0 | D | 28 | A2 | 1C | 2E |
| Octal | 125 | 230 | 204 | 54 | 0 | 15 | 50 | 242 | 34 | 56 |
| Binary | 1010101 | 10011000 | 10000100 | 101100 | 0 | 1101 | 101000 | 10100010 | 11100 | 101110 |
Color Harmonies of #559884
Complementary color
Monochromatic Colors of #559884
Black with #559884
Text Example
Text Example
White with #559884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559884; }
p { color: rgb(85,152,132); }
H1.HeaderClassName
{
color: #559884;
}
.AnyTagClassName
{
color: #559884;
}
</style>
background-color css
<style>
a { background-color: #559884; }
a { background-color: rgb(85,152,132); }
div.DivClassName
{
background-color: #559884;
}
.BgClassName
{
background-color: #559884;
}
</style>
border-color css
<style>
span { border-color: #559884; }
span { border-color: rgb(85,152,132); }
td.TdClassName
{
border-color: #559884;
}
.TagClassName
{
border-color: #559884;
}
</style>