Shades of Patina #55997E
Tints of Patina #55997E
RGB
CMYK
RGB Variations
Color information
#55997E (or 0x55997E) is known color: Patina. HEX triplet: 55, 99 and 7E. RGB value is (85,153,126). Sum of RGB (Red+Green+Blue) = 85+153+126=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #55997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55997E is #AA6681. Grayscale: #818181. Windows color (decimal): -11167362 or 8296789. OLE color: 8296789.
HSL color Cylindrical-coordinate representation of color #55997E: hue angle of 156.18º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55997E is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 126 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.4 |
| HSL | 156.18º | 0.29% | 0.47% | - |
| HSV(B) | 156.18º | 0.44% | 0.6% | - |
| XYZ | 18.9 | 26.22 | 23.8 | - |
| YUV | 129.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 126 | 0.44 | 0 | 0.18 | 0.4 | 156.18 | 0.29 | 0.47 |
| Hex | 55 | 99 | 7E | 2C | 0 | 12 | 28 | 9C | 1D | 2F |
| Octal | 125 | 231 | 176 | 54 | 0 | 22 | 50 | 234 | 35 | 57 |
| Binary | 1010101 | 10011001 | 1111110 | 101100 | 0 | 10010 | 101000 | 10011100 | 11101 | 101111 |
Color Harmonies of #55997E
Complementary color
Monochromatic Colors of #55997E
Black with #55997E
Text Example
Text Example
White with #55997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55997E; }
p { color: rgb(85,153,126); }
H1.HeaderClassName
{
color: #55997E;
}
.AnyTagClassName
{
color: #55997E;
}
</style>
background-color css
<style>
a { background-color: #55997E; }
a { background-color: rgb(85,153,126); }
div.DivClassName
{
background-color: #55997E;
}
.BgClassName
{
background-color: #55997E;
}
</style>
border-color css
<style>
span { border-color: #55997E; }
span { border-color: rgb(85,153,126); }
td.TdClassName
{
border-color: #55997E;
}
.TagClassName
{
border-color: #55997E;
}
</style>