Shades of Patina #5E9981
Tints of Patina #5E9981
RGB
CMYK
RGB Variations
Color information
#5E9981 (or 0x5E9981) is known color: Patina. HEX triplet: 5E, 99 and 81. RGB value is (94,153,129). Sum of RGB (Red+Green+Blue) = 94+153+129=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9981 is #A1667E. Grayscale: #848484. Windows color (decimal): -10577535 or 8493406. OLE color: 8493406.
HSL color Cylindrical-coordinate representation of color #5E9981: hue angle of 155.59º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9981 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 129 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.4 |
| HSL | 155.59º | 0.24% | 0.48% | - |
| HSV(B) | 155.59º | 0.39% | 0.6% | - |
| XYZ | 19.97 | 26.75 | 24.88 | - |
| YUV | 132.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 129 | 0.39 | 0 | 0.16 | 0.4 | 155.59 | 0.24 | 0.48 |
| Hex | 5E | 99 | 81 | 27 | 0 | 10 | 28 | 9C | 18 | 30 |
| Octal | 136 | 231 | 201 | 47 | 0 | 20 | 50 | 234 | 30 | 60 |
| Binary | 1011110 | 10011001 | 10000001 | 100111 | 0 | 10000 | 101000 | 10011100 | 11000 | 110000 |
Color Harmonies of #5E9981
Complementary color
Monochromatic Colors of #5E9981
Black with #5E9981
Text Example
Text Example
White with #5E9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9981; }
p { color: rgb(94,153,129); }
H1.HeaderClassName
{
color: #5E9981;
}
.AnyTagClassName
{
color: #5E9981;
}
</style>
background-color css
<style>
a { background-color: #5E9981; }
a { background-color: rgb(94,153,129); }
div.DivClassName
{
background-color: #5E9981;
}
.BgClassName
{
background-color: #5E9981;
}
</style>
border-color css
<style>
span { border-color: #5E9981; }
span { border-color: rgb(94,153,129); }
td.TdClassName
{
border-color: #5E9981;
}
.TagClassName
{
border-color: #5E9981;
}
</style>