Shades of Patina #55947E
Tints of Patina #55947E
RGB
CMYK
RGB Variations
Color information
#55947E (or 0x55947E) is known color: Patina. HEX triplet: 55, 94 and 7E. RGB value is (85,148,126). Sum of RGB (Red+Green+Blue) = 85+148+126=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #55947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55947E is #AA6B81. Grayscale: #7E7E7E. Windows color (decimal): -11168642 or 8295509. OLE color: 8295509.
HSL color Cylindrical-coordinate representation of color #55947E: hue angle of 159.05º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55947E is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 126 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.42 |
| HSL | 159.05º | 0.27% | 0.46% | - |
| HSV(B) | 159.05º | 0.43% | 0.58% | - |
| XYZ | 18.1 | 24.62 | 23.54 | - |
| YUV | 126.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 126 | 0.43 | 0 | 0.15 | 0.42 | 159.05 | 0.27 | 0.46 |
| Hex | 55 | 94 | 7E | 2B | 0 | F | 2A | 9F | 1B | 2E |
| Octal | 125 | 224 | 176 | 53 | 0 | 17 | 52 | 237 | 33 | 56 |
| Binary | 1010101 | 10010100 | 1111110 | 101011 | 0 | 1111 | 101010 | 10011111 | 11011 | 101110 |
Color Harmonies of #55947E
Complementary color
Monochromatic Colors of #55947E
Black with #55947E
Text Example
Text Example
White with #55947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55947E; }
p { color: rgb(85,148,126); }
H1.HeaderClassName
{
color: #55947E;
}
.AnyTagClassName
{
color: #55947E;
}
</style>
background-color css
<style>
a { background-color: #55947E; }
a { background-color: rgb(85,148,126); }
div.DivClassName
{
background-color: #55947E;
}
.BgClassName
{
background-color: #55947E;
}
</style>
border-color css
<style>
span { border-color: #55947E; }
span { border-color: rgb(85,148,126); }
td.TdClassName
{
border-color: #55947E;
}
.TagClassName
{
border-color: #55947E;
}
</style>