Shades of Patina #559883
Tints of Patina #559883
RGB
CMYK
RGB Variations
Color information
#559883 (or 0x559883) is known color: Patina. HEX triplet: 55, 98 and 83. RGB value is (85,152,131). Sum of RGB (Red+Green+Blue) = 85+152+131=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #559883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559883 is #AA677C. Grayscale: #818181. Windows color (decimal): -11167613 or 8624213. OLE color: 8624213.
HSL color Cylindrical-coordinate representation of color #559883: hue angle of 161.19º 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 #559883 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 131 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.40 |
| HSL | 161.19º | 0.28% | 0.46% | - |
| HSV(B) | 161.19º | 0.44% | 0.6% | - |
| XYZ | 19.07 | 26.03 | 25.49 | - |
| YUV | 129.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 131 | 0.44 | 0 | 0.14 | 0.40 | 161.19 | 0.28 | 0.46 |
| Hex | 55 | 98 | 83 | 2C | 0 | E | 28 | A1 | 1C | 2E |
| Octal | 125 | 230 | 203 | 54 | 0 | 16 | 50 | 241 | 34 | 56 |
| Binary | 1010101 | 10011000 | 10000011 | 101100 | 0 | 1110 | 101000 | 10100001 | 11100 | 101110 |
Color Harmonies of #559883
Complementary color
Monochromatic Colors of #559883
Black with #559883
Text Example
Text Example
White with #559883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559883; }
p { color: rgb(85,152,131); }
H1.HeaderClassName
{
color: #559883;
}
.AnyTagClassName
{
color: #559883;
}
</style>
background-color css
<style>
a { background-color: #559883; }
a { background-color: rgb(85,152,131); }
div.DivClassName
{
background-color: #559883;
}
.BgClassName
{
background-color: #559883;
}
</style>
border-color css
<style>
span { border-color: #559883; }
span { border-color: rgb(85,152,131); }
td.TdClassName
{
border-color: #559883;
}
.TagClassName
{
border-color: #559883;
}
</style>