Shades of Patina #5E9A89
Tints of Patina #5E9A89
RGB
CMYK
RGB Variations
Color information
#5E9A89 (or 0x5E9A89) is known color: Patina. HEX triplet: 5E, 9A and 89. RGB value is (94,154,137). Sum of RGB (Red+Green+Blue) = 94+154+137=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9A89 is #A16576. Grayscale: #868686. Windows color (decimal): -10577271 or 9017950. OLE color: 9017950.
HSL color Cylindrical-coordinate representation of color #5E9A89: hue angle of 163º 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 #5E9A89 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 137 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.40 |
| HSL | 163º | 0.24% | 0.49% | - |
| HSV(B) | 163º | 0.39% | 0.6% | - |
| XYZ | 20.69 | 27.3 | 27.85 | - |
| YUV | 134.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 137 | 0.39 | 0 | 0.11 | 0.40 | 163 | 0.24 | 0.49 |
| Hex | 5E | 9A | 89 | 27 | 0 | B | 28 | A3 | 18 | 31 |
| Octal | 136 | 232 | 211 | 47 | 0 | 13 | 50 | 243 | 30 | 61 |
| Binary | 1011110 | 10011010 | 10001001 | 100111 | 0 | 1011 | 101000 | 10100011 | 11000 | 110001 |
Color Harmonies of #5E9A89
Complementary color
Monochromatic Colors of #5E9A89
Black with #5E9A89
Text Example
Text Example
White with #5E9A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A89; }
p { color: rgb(94,154,137); }
H1.HeaderClassName
{
color: #5E9A89;
}
.AnyTagClassName
{
color: #5E9A89;
}
</style>
background-color css
<style>
a { background-color: #5E9A89; }
a { background-color: rgb(94,154,137); }
div.DivClassName
{
background-color: #5E9A89;
}
.BgClassName
{
background-color: #5E9A89;
}
</style>
border-color css
<style>
span { border-color: #5E9A89; }
span { border-color: rgb(94,154,137); }
td.TdClassName
{
border-color: #5E9A89;
}
.TagClassName
{
border-color: #5E9A89;
}
</style>