Shades of Patina #5EA485
Tints of Patina #5EA485
RGB
CMYK
RGB Variations
Color information
#5EA485 (or 0x5EA485) is known color: Patina. HEX triplet: 5E, A4 and 85. RGB value is (94,164,133). Sum of RGB (Red+Green+Blue) = 94+164+133=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA485 is #A15B7A. Grayscale: #8B8B8B. Windows color (decimal): -10574715 or 8758366. OLE color: 8758366.
HSL color Cylindrical-coordinate representation of color #5EA485: hue angle of 153.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA485 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 164 | 133 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.36 |
| HSL | 153.43º | 0.28% | 0.51% | - |
| HSV(B) | 153.43º | 0.43% | 0.64% | - |
| XYZ | 22.13 | 30.62 | 26.94 | - |
| YUV | 139.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 164 | 133 | 0.43 | 0 | 0.19 | 0.36 | 153.43 | 0.28 | 0.51 |
| Hex | 5E | A4 | 85 | 2B | 0 | 13 | 24 | 99 | 1C | 33 |
| Octal | 136 | 244 | 205 | 53 | 0 | 23 | 44 | 231 | 34 | 63 |
| Binary | 1011110 | 10100100 | 10000101 | 101011 | 0 | 10011 | 100100 | 10011001 | 11100 | 110011 |
Color Harmonies of #5EA485
Complementary color
Monochromatic Colors of #5EA485
Black with #5EA485
Text Example
Text Example
White with #5EA485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA485; }
p { color: rgb(94,164,133); }
H1.HeaderClassName
{
color: #5EA485;
}
.AnyTagClassName
{
color: #5EA485;
}
</style>
background-color css
<style>
a { background-color: #5EA485; }
a { background-color: rgb(94,164,133); }
div.DivClassName
{
background-color: #5EA485;
}
.BgClassName
{
background-color: #5EA485;
}
</style>
border-color css
<style>
span { border-color: #5EA485; }
span { border-color: rgb(94,164,133); }
td.TdClassName
{
border-color: #5EA485;
}
.TagClassName
{
border-color: #5EA485;
}
</style>