Shades of Patina #5E9884
Tints of Patina #5E9884
RGB
CMYK
RGB Variations
Color information
#5E9884 (or 0x5E9884) is known color: Patina. HEX triplet: 5E, 98 and 84. RGB value is (94,152,132). Sum of RGB (Red+Green+Blue) = 94+152+132=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9884 is #A1677B. Grayscale: #848484. Windows color (decimal): -10577788 or 8689758. OLE color: 8689758.
HSL color Cylindrical-coordinate representation of color #5E9884: hue angle of 159.31º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E9884 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 132 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.40 |
| HSL | 159.31º | 0.24% | 0.48% | - |
| HSV(B) | 159.31º | 0.38% | 0.6% | - |
| XYZ | 20.01 | 26.5 | 25.89 | - |
| YUV | 132.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 132 | 0.38 | 0 | 0.13 | 0.40 | 159.31 | 0.24 | 0.48 |
| Hex | 5E | 98 | 84 | 26 | 0 | D | 28 | 9F | 18 | 30 |
| Octal | 136 | 230 | 204 | 46 | 0 | 15 | 50 | 237 | 30 | 60 |
| Binary | 1011110 | 10011000 | 10000100 | 100110 | 0 | 1101 | 101000 | 10011111 | 11000 | 110000 |
Color Harmonies of #5E9884
Complementary color
Monochromatic Colors of #5E9884
Black with #5E9884
Text Example
Text Example
White with #5E9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9884; }
p { color: rgb(94,152,132); }
H1.HeaderClassName
{
color: #5E9884;
}
.AnyTagClassName
{
color: #5E9884;
}
</style>
background-color css
<style>
a { background-color: #5E9884; }
a { background-color: rgb(94,152,132); }
div.DivClassName
{
background-color: #5E9884;
}
.BgClassName
{
background-color: #5E9884;
}
</style>
border-color css
<style>
span { border-color: #5E9884; }
span { border-color: rgb(94,152,132); }
td.TdClassName
{
border-color: #5E9884;
}
.TagClassName
{
border-color: #5E9884;
}
</style>