Shades of Patina #559E89
Tints of Patina #559E89
RGB
CMYK
RGB Variations
Color information
#559E89 (or 0x559E89) is known color: Patina. HEX triplet: 55, 9E and 89. RGB value is (85,158,137). Sum of RGB (Red+Green+Blue) = 85+158+137=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #559E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E89 is #AA6176. Grayscale: #858585. Windows color (decimal): -11166071 or 9018965. OLE color: 9018965.
HSL color Cylindrical-coordinate representation of color #559E89: hue angle of 162.74º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E89 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 158 | 137 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.38 |
| HSL | 162.74º | 0.3% | 0.48% | - |
| HSV(B) | 162.74º | 0.46% | 0.62% | - |
| XYZ | 20.49 | 28.19 | 28.03 | - |
| YUV | 133.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 137 | 0.46 | 0 | 0.13 | 0.38 | 162.74 | 0.3 | 0.48 |
| Hex | 55 | 9E | 89 | 2E | 0 | D | 26 | A3 | 1E | 30 |
| Octal | 125 | 236 | 211 | 56 | 0 | 15 | 46 | 243 | 36 | 60 |
| Binary | 1010101 | 10011110 | 10001001 | 101110 | 0 | 1101 | 100110 | 10100011 | 11110 | 110000 |
Color Harmonies of #559E89
Complementary color
Monochromatic Colors of #559E89
Black with #559E89
Text Example
Text Example
White with #559E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559E89; }
p { color: rgb(85,158,137); }
H1.HeaderClassName
{
color: #559E89;
}
.AnyTagClassName
{
color: #559E89;
}
</style>
background-color css
<style>
a { background-color: #559E89; }
a { background-color: rgb(85,158,137); }
div.DivClassName
{
background-color: #559E89;
}
.BgClassName
{
background-color: #559E89;
}
</style>
border-color css
<style>
span { border-color: #559E89; }
span { border-color: rgb(85,158,137); }
td.TdClassName
{
border-color: #559E89;
}
.TagClassName
{
border-color: #559E89;
}
</style>