Shades of Patina #5E9A80
Tints of Patina #5E9A80
RGB
CMYK
RGB Variations
Color information
#5E9A80 (or 0x5E9A80) is known color: Patina. HEX triplet: 5E, 9A and 80. RGB value is (94,154,128). Sum of RGB (Red+Green+Blue) = 94+154+128=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9A80 is #A1657F. Grayscale: #858585. Windows color (decimal): -10577280 or 8428126. OLE color: 8428126.
HSL color Cylindrical-coordinate representation of color #5E9A80: hue angle of 154º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9A80 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 128 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.40 |
| HSL | 154º | 0.24% | 0.49% | - |
| HSV(B) | 154º | 0.39% | 0.6% | - |
| XYZ | 20.07 | 27.05 | 24.59 | - |
| YUV | 133.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 128 | 0.39 | 0 | 0.17 | 0.40 | 154 | 0.24 | 0.49 |
| Hex | 5E | 9A | 80 | 27 | 0 | 11 | 28 | 9A | 18 | 31 |
| Octal | 136 | 232 | 200 | 47 | 0 | 21 | 50 | 232 | 30 | 61 |
| Binary | 1011110 | 10011010 | 10000000 | 100111 | 0 | 10001 | 101000 | 10011010 | 11000 | 110001 |
Color Harmonies of #5E9A80
Complementary color
Monochromatic Colors of #5E9A80
Black with #5E9A80
Text Example
Text Example
White with #5E9A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A80; }
p { color: rgb(94,154,128); }
H1.HeaderClassName
{
color: #5E9A80;
}
.AnyTagClassName
{
color: #5E9A80;
}
</style>
background-color css
<style>
a { background-color: #5E9A80; }
a { background-color: rgb(94,154,128); }
div.DivClassName
{
background-color: #5E9A80;
}
.BgClassName
{
background-color: #5E9A80;
}
</style>
border-color css
<style>
span { border-color: #5E9A80; }
span { border-color: rgb(94,154,128); }
td.TdClassName
{
border-color: #5E9A80;
}
.TagClassName
{
border-color: #5E9A80;
}
</style>