Shades of Patina #5E998E
Tints of Patina #5E998E
RGB
CMYK
RGB Variations
Color information
#5E998E (or 0x5E998E) is known color: Patina. HEX triplet: 5E, 99 and 8E. RGB value is (94,153,142). Sum of RGB (Red+Green+Blue) = 94+153+142=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #5E998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E998E is #A16671. Grayscale: #868686. Windows color (decimal): -10577522 or 9345374. OLE color: 9345374.
HSL color Cylindrical-coordinate representation of color #5E998E: hue angle of 168.81º 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 #5E998E is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 142 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.4 |
| HSL | 168.81º | 0.24% | 0.48% | - |
| HSV(B) | 168.81º | 0.39% | 0.6% | - |
| XYZ | 20.89 | 27.12 | 29.72 | - |
| YUV | 134.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 142 | 0.39 | 0 | 0.07 | 0.4 | 168.81 | 0.24 | 0.48 |
| Hex | 5E | 99 | 8E | 27 | 0 | 7 | 28 | A9 | 18 | 30 |
| Octal | 136 | 231 | 216 | 47 | 0 | 7 | 50 | 251 | 30 | 60 |
| Binary | 1011110 | 10011001 | 10001110 | 100111 | 0 | 111 | 101000 | 10101001 | 11000 | 110000 |
Color Harmonies of #5E998E
Complementary color
Monochromatic Colors of #5E998E
Black with #5E998E
Text Example
Text Example
White with #5E998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E998E; }
p { color: rgb(94,153,142); }
H1.HeaderClassName
{
color: #5E998E;
}
.AnyTagClassName
{
color: #5E998E;
}
</style>
background-color css
<style>
a { background-color: #5E998E; }
a { background-color: rgb(94,153,142); }
div.DivClassName
{
background-color: #5E998E;
}
.BgClassName
{
background-color: #5E998E;
}
</style>
border-color css
<style>
span { border-color: #5E998E; }
span { border-color: rgb(94,153,142); }
td.TdClassName
{
border-color: #5E998E;
}
.TagClassName
{
border-color: #5E998E;
}
</style>