Shades of Patina #55A186
Tints of Patina #55A186
RGB
CMYK
RGB Variations
Color information
#55A186 (or 0x55A186) is known color: Patina. HEX triplet: 55, A1 and 86. RGB value is (85,161,134). Sum of RGB (Red+Green+Blue) = 85+161+134=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #55A186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A186 is #AA5E79. Grayscale: #878787. Windows color (decimal): -11165306 or 8823125. OLE color: 8823125.
HSL color Cylindrical-coordinate representation of color #55A186: hue angle of 158.68º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A186 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 161 | 134 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.37 |
| HSL | 158.68º | 0.31% | 0.48% | - |
| HSV(B) | 158.68º | 0.47% | 0.63% | - |
| XYZ | 20.79 | 29.14 | 27.08 | - |
| YUV | 135.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 161 | 134 | 0.47 | 0 | 0.17 | 0.37 | 158.68 | 0.31 | 0.48 |
| Hex | 55 | A1 | 86 | 2F | 0 | 11 | 25 | 9F | 1F | 30 |
| Octal | 125 | 241 | 206 | 57 | 0 | 21 | 45 | 237 | 37 | 60 |
| Binary | 1010101 | 10100001 | 10000110 | 101111 | 0 | 10001 | 100101 | 10011111 | 11111 | 110000 |
Color Harmonies of #55A186
Complementary color
Monochromatic Colors of #55A186
Black with #55A186
Text Example
Text Example
White with #55A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A186; }
p { color: rgb(85,161,134); }
H1.HeaderClassName
{
color: #55A186;
}
.AnyTagClassName
{
color: #55A186;
}
</style>
background-color css
<style>
a { background-color: #55A186; }
a { background-color: rgb(85,161,134); }
div.DivClassName
{
background-color: #55A186;
}
.BgClassName
{
background-color: #55A186;
}
</style>
border-color css
<style>
span { border-color: #55A186; }
span { border-color: rgb(85,161,134); }
td.TdClassName
{
border-color: #55A186;
}
.TagClassName
{
border-color: #55A186;
}
</style>