Shades of Patina #5EA290
Tints of Patina #5EA290
RGB
CMYK
RGB Variations
Color information
#5EA290 (or 0x5EA290) is known color: Patina. HEX triplet: 5E, A2 and 90. RGB value is (94,162,144). Sum of RGB (Red+Green+Blue) = 94+162+144=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA290 is #A15D6F. Grayscale: #8B8B8B. Windows color (decimal): -10575216 or 9478750. OLE color: 9478750.
HSL color Cylindrical-coordinate representation of color #5EA290: hue angle of 164.12º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA290 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 144 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.36 |
| HSL | 164.12º | 0.27% | 0.5% | - |
| HSV(B) | 164.12º | 0.42% | 0.64% | - |
| XYZ | 22.57 | 30.23 | 31.03 | - |
| YUV | 139.62 | 130.47 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 144 | 0.42 | 0 | 0.11 | 0.36 | 164.12 | 0.27 | 0.5 |
| Hex | 5E | A2 | 90 | 2A | 0 | B | 24 | A4 | 1B | 32 |
| Octal | 136 | 242 | 220 | 52 | 0 | 13 | 44 | 244 | 33 | 62 |
| Binary | 1011110 | 10100010 | 10010000 | 101010 | 0 | 1011 | 100100 | 10100100 | 11011 | 110010 |
Color Harmonies of #5EA290
Complementary color
Monochromatic Colors of #5EA290
Black with #5EA290
Text Example
Text Example
White with #5EA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA290; }
p { color: rgb(94,162,144); }
H1.HeaderClassName
{
color: #5EA290;
}
.AnyTagClassName
{
color: #5EA290;
}
</style>
background-color css
<style>
a { background-color: #5EA290; }
a { background-color: rgb(94,162,144); }
div.DivClassName
{
background-color: #5EA290;
}
.BgClassName
{
background-color: #5EA290;
}
</style>
border-color css
<style>
span { border-color: #5EA290; }
span { border-color: rgb(94,162,144); }
td.TdClassName
{
border-color: #5EA290;
}
.TagClassName
{
border-color: #5EA290;
}
</style>