Shades of Patina #55917E
Tints of Patina #55917E
RGB
CMYK
RGB Variations
Color information
#55917E (or 0x55917E) is known color: Patina. HEX triplet: 55, 91 and 7E. RGB value is (85,145,126). Sum of RGB (Red+Green+Blue) = 85+145+126=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #55917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55917E is #AA6E81. Grayscale: #7C7C7C. Windows color (decimal): -11169410 or 8294741. OLE color: 8294741.
HSL color Cylindrical-coordinate representation of color #55917E: hue angle of 161º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55917E is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 126 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.43 |
| HSL | 161º | 0.26% | 0.45% | - |
| HSV(B) | 161º | 0.41% | 0.57% | - |
| XYZ | 17.64 | 23.69 | 23.38 | - |
| YUV | 124.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 126 | 0.41 | 0 | 0.13 | 0.43 | 161 | 0.26 | 0.45 |
| Hex | 55 | 91 | 7E | 29 | 0 | D | 2B | A1 | 1A | 2D |
| Octal | 125 | 221 | 176 | 51 | 0 | 15 | 53 | 241 | 32 | 55 |
| Binary | 1010101 | 10010001 | 1111110 | 101001 | 0 | 1101 | 101011 | 10100001 | 11010 | 101101 |
Color Harmonies of #55917E
Complementary color
Monochromatic Colors of #55917E
Black with #55917E
Text Example
Text Example
White with #55917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55917E; }
p { color: rgb(85,145,126); }
H1.HeaderClassName
{
color: #55917E;
}
.AnyTagClassName
{
color: #55917E;
}
</style>
background-color css
<style>
a { background-color: #55917E; }
a { background-color: rgb(85,145,126); }
div.DivClassName
{
background-color: #55917E;
}
.BgClassName
{
background-color: #55917E;
}
</style>
border-color css
<style>
span { border-color: #55917E; }
span { border-color: rgb(85,145,126); }
td.TdClassName
{
border-color: #55917E;
}
.TagClassName
{
border-color: #55917E;
}
</style>