Shades of Patina #559D89
Tints of Patina #559D89
RGB
CMYK
RGB Variations
Color information
#559D89 (or 0x559D89) is known color: Patina. HEX triplet: 55, 9D and 89. RGB value is (85,157,137). Sum of RGB (Red+Green+Blue) = 85+157+137=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #559D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559D89 is #AA6276. Grayscale: #858585. Windows color (decimal): -11166327 or 9018709. OLE color: 9018709.
HSL color Cylindrical-coordinate representation of color #559D89: hue angle of 163.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D89 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 137 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.38 |
| HSL | 163.33º | 0.3% | 0.47% | - |
| HSV(B) | 163.33º | 0.46% | 0.62% | - |
| XYZ | 20.32 | 27.85 | 27.97 | - |
| YUV | 133.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 137 | 0.46 | 0 | 0.13 | 0.38 | 163.33 | 0.3 | 0.47 |
| Hex | 55 | 9D | 89 | 2E | 0 | D | 26 | A3 | 1E | 2F |
| Octal | 125 | 235 | 211 | 56 | 0 | 15 | 46 | 243 | 36 | 57 |
| Binary | 1010101 | 10011101 | 10001001 | 101110 | 0 | 1101 | 100110 | 10100011 | 11110 | 101111 |
Color Harmonies of #559D89
Complementary color
Monochromatic Colors of #559D89
Black with #559D89
Text Example
Text Example
White with #559D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D89; }
p { color: rgb(85,157,137); }
H1.HeaderClassName
{
color: #559D89;
}
.AnyTagClassName
{
color: #559D89;
}
</style>
background-color css
<style>
a { background-color: #559D89; }
a { background-color: rgb(85,157,137); }
div.DivClassName
{
background-color: #559D89;
}
.BgClassName
{
background-color: #559D89;
}
</style>
border-color css
<style>
span { border-color: #559D89; }
span { border-color: rgb(85,157,137); }
td.TdClassName
{
border-color: #559D89;
}
.TagClassName
{
border-color: #559D89;
}
</style>