Shades of Patina #5E9E89
Tints of Patina #5E9E89
RGB
CMYK
RGB Variations
Color information
#5E9E89 (or 0x5E9E89) is known color: Patina. HEX triplet: 5E, 9E and 89. RGB value is (94,158,137). Sum of RGB (Red+Green+Blue) = 94+158+137=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9E89 is #A16176. Grayscale: #888888. Windows color (decimal): -10576247 or 9018974. OLE color: 9018974.
HSL color Cylindrical-coordinate representation of color #5E9E89: hue angle of 160.31º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9E89 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 158 | 137 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.38 |
| HSL | 160.31º | 0.25% | 0.49% | - |
| HSV(B) | 160.31º | 0.41% | 0.62% | - |
| XYZ | 21.36 | 28.64 | 28.07 | - |
| YUV | 136.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 158 | 137 | 0.41 | 0 | 0.13 | 0.38 | 160.31 | 0.25 | 0.49 |
| Hex | 5E | 9E | 89 | 29 | 0 | D | 26 | A0 | 19 | 31 |
| Octal | 136 | 236 | 211 | 51 | 0 | 15 | 46 | 240 | 31 | 61 |
| Binary | 1011110 | 10011110 | 10001001 | 101001 | 0 | 1101 | 100110 | 10100000 | 11001 | 110001 |
Color Harmonies of #5E9E89
Complementary color
Monochromatic Colors of #5E9E89
Black with #5E9E89
Text Example
Text Example
White with #5E9E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9E89; }
p { color: rgb(94,158,137); }
H1.HeaderClassName
{
color: #5E9E89;
}
.AnyTagClassName
{
color: #5E9E89;
}
</style>
background-color css
<style>
a { background-color: #5E9E89; }
a { background-color: rgb(94,158,137); }
div.DivClassName
{
background-color: #5E9E89;
}
.BgClassName
{
background-color: #5E9E89;
}
</style>
border-color css
<style>
span { border-color: #5E9E89; }
span { border-color: rgb(94,158,137); }
td.TdClassName
{
border-color: #5E9E89;
}
.TagClassName
{
border-color: #5E9E89;
}
</style>