Shades of Patina #559C88
Tints of Patina #559C88
RGB
CMYK
RGB Variations
Color information
#559C88 (or 0x559C88) is known color: Patina. HEX triplet: 55, 9C and 88. RGB value is (85,156,136). Sum of RGB (Red+Green+Blue) = 85+156+136=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #559C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559C88 is #AA6377. Grayscale: #848484. Windows color (decimal): -11166584 or 8952917. OLE color: 8952917.
HSL color Cylindrical-coordinate representation of color #559C88: hue angle of 163.1º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C88 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 136 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.39 |
| HSL | 163.1º | 0.29% | 0.47% | - |
| HSV(B) | 163.1º | 0.46% | 0.61% | - |
| XYZ | 20.08 | 27.49 | 27.54 | - |
| YUV | 132.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 136 | 0.46 | 0 | 0.13 | 0.39 | 163.1 | 0.29 | 0.47 |
| Hex | 55 | 9C | 88 | 2E | 0 | D | 27 | A3 | 1D | 2F |
| Octal | 125 | 234 | 210 | 56 | 0 | 15 | 47 | 243 | 35 | 57 |
| Binary | 1010101 | 10011100 | 10001000 | 101110 | 0 | 1101 | 100111 | 10100011 | 11101 | 101111 |
Color Harmonies of #559C88
Complementary color
Monochromatic Colors of #559C88
Black with #559C88
Text Example
Text Example
White with #559C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C88; }
p { color: rgb(85,156,136); }
H1.HeaderClassName
{
color: #559C88;
}
.AnyTagClassName
{
color: #559C88;
}
</style>
background-color css
<style>
a { background-color: #559C88; }
a { background-color: rgb(85,156,136); }
div.DivClassName
{
background-color: #559C88;
}
.BgClassName
{
background-color: #559C88;
}
</style>
border-color css
<style>
span { border-color: #559C88; }
span { border-color: rgb(85,156,136); }
td.TdClassName
{
border-color: #559C88;
}
.TagClassName
{
border-color: #559C88;
}
</style>