Shades of Patina #5E9F84
Tints of Patina #5E9F84
RGB
CMYK
RGB Variations
Color information
#5E9F84 (or 0x5E9F84) is known color: Patina. HEX triplet: 5E, 9F and 84. RGB value is (94,159,132). Sum of RGB (Red+Green+Blue) = 94+159+132=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9F84 is #A1607B. Grayscale: #888888. Windows color (decimal): -10575996 or 8691550. OLE color: 8691550.
HSL color Cylindrical-coordinate representation of color #5E9F84: hue angle of 155.08º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9F84 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 159 | 132 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.38 |
| HSL | 155.08º | 0.26% | 0.5% | - |
| HSV(B) | 155.08º | 0.41% | 0.62% | - |
| XYZ | 21.18 | 28.84 | 26.28 | - |
| YUV | 136.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 132 | 0.41 | 0 | 0.17 | 0.38 | 155.08 | 0.26 | 0.5 |
| Hex | 5E | 9F | 84 | 29 | 0 | 11 | 26 | 9B | 1A | 32 |
| Octal | 136 | 237 | 204 | 51 | 0 | 21 | 46 | 233 | 32 | 62 |
| Binary | 1011110 | 10011111 | 10000100 | 101001 | 0 | 10001 | 100110 | 10011011 | 11010 | 110010 |
Color Harmonies of #5E9F84
Complementary color
Monochromatic Colors of #5E9F84
Black with #5E9F84
Text Example
Text Example
White with #5E9F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9F84; }
p { color: rgb(94,159,132); }
H1.HeaderClassName
{
color: #5E9F84;
}
.AnyTagClassName
{
color: #5E9F84;
}
</style>
background-color css
<style>
a { background-color: #5E9F84; }
a { background-color: rgb(94,159,132); }
div.DivClassName
{
background-color: #5E9F84;
}
.BgClassName
{
background-color: #5E9F84;
}
</style>
border-color css
<style>
span { border-color: #5E9F84; }
span { border-color: rgb(94,159,132); }
td.TdClassName
{
border-color: #5E9F84;
}
.TagClassName
{
border-color: #5E9F84;
}
</style>