Shades of Patina #55A68A
Tints of Patina #55A68A
RGB
CMYK
RGB Variations
Color information
#55A68A (or 0x55A68A) is known color: Patina. HEX triplet: 55, A6 and 8A. RGB value is (85,166,138). Sum of RGB (Red+Green+Blue) = 85+166+138=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #55A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A68A is #AA5975. Grayscale: #8A8A8A. Windows color (decimal): -11164022 or 9086549. OLE color: 9086549.
HSL color Cylindrical-coordinate representation of color #55A68A: hue angle of 159.26º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A68A is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 166 | 138 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.35 |
| HSL | 159.26º | 0.32% | 0.49% | - |
| HSV(B) | 159.26º | 0.49% | 0.65% | - |
| XYZ | 21.97 | 31.04 | 28.88 | - |
| YUV | 138.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 138 | 0.49 | 0 | 0.17 | 0.35 | 159.26 | 0.32 | 0.49 |
| Hex | 55 | A6 | 8A | 31 | 0 | 11 | 23 | 9F | 20 | 31 |
| Octal | 125 | 246 | 212 | 61 | 0 | 21 | 43 | 237 | 40 | 61 |
| Binary | 1010101 | 10100110 | 10001010 | 110001 | 0 | 10001 | 100011 | 10011111 | 100000 | 110001 |
Color Harmonies of #55A68A
Complementary color
Monochromatic Colors of #55A68A
Black with #55A68A
Text Example
Text Example
White with #55A68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A68A; }
p { color: rgb(85,166,138); }
H1.HeaderClassName
{
color: #55A68A;
}
.AnyTagClassName
{
color: #55A68A;
}
</style>
background-color css
<style>
a { background-color: #55A68A; }
a { background-color: rgb(85,166,138); }
div.DivClassName
{
background-color: #55A68A;
}
.BgClassName
{
background-color: #55A68A;
}
</style>
border-color css
<style>
span { border-color: #55A68A; }
span { border-color: rgb(85,166,138); }
td.TdClassName
{
border-color: #55A68A;
}
.TagClassName
{
border-color: #55A68A;
}
</style>