Shades of Patina #5E987E
Tints of Patina #5E987E
RGB
CMYK
RGB Variations
Color information
#5E987E (or 0x5E987E) is known color: Patina. HEX triplet: 5E, 98 and 7E. RGB value is (94,152,126). Sum of RGB (Red+Green+Blue) = 94+152+126=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #5E987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E987E is #A16781. Grayscale: #838383. Windows color (decimal): -10577794 or 8296542. OLE color: 8296542.
HSL color Cylindrical-coordinate representation of color #5E987E: hue angle of 153.1º 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 #5E987E is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 126 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.40 |
| HSL | 153.1º | 0.24% | 0.48% | - |
| HSV(B) | 153.1º | 0.38% | 0.6% | - |
| XYZ | 19.61 | 26.34 | 23.79 | - |
| YUV | 131.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 126 | 0.38 | 0 | 0.17 | 0.40 | 153.1 | 0.24 | 0.48 |
| Hex | 5E | 98 | 7E | 26 | 0 | 11 | 28 | 99 | 18 | 30 |
| Octal | 136 | 230 | 176 | 46 | 0 | 21 | 50 | 231 | 30 | 60 |
| Binary | 1011110 | 10011000 | 1111110 | 100110 | 0 | 10001 | 101000 | 10011001 | 11000 | 110000 |
Color Harmonies of #5E987E
Complementary color
Monochromatic Colors of #5E987E
Black with #5E987E
Text Example
Text Example
White with #5E987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E987E; }
p { color: rgb(94,152,126); }
H1.HeaderClassName
{
color: #5E987E;
}
.AnyTagClassName
{
color: #5E987E;
}
</style>
background-color css
<style>
a { background-color: #5E987E; }
a { background-color: rgb(94,152,126); }
div.DivClassName
{
background-color: #5E987E;
}
.BgClassName
{
background-color: #5E987E;
}
</style>
border-color css
<style>
span { border-color: #5E987E; }
span { border-color: rgb(94,152,126); }
td.TdClassName
{
border-color: #5E987E;
}
.TagClassName
{
border-color: #5E987E;
}
</style>