Shades of Patina #5E9E8D
Tints of Patina #5E9E8D
RGB
CMYK
RGB Variations
Color information
#5E9E8D (or 0x5E9E8D) is known color: Patina. HEX triplet: 5E, 9E and 8D. RGB value is (94,158,141). Sum of RGB (Red+Green+Blue) = 94+158+141=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9E8D is #A16172. Grayscale: #888888. Windows color (decimal): -10576243 or 9281118. OLE color: 9281118.
HSL color Cylindrical-coordinate representation of color #5E9E8D: hue angle of 164.06º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9E8D is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 158 | 141 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.38 |
| HSL | 164.06º | 0.25% | 0.49% | - |
| HSV(B) | 164.06º | 0.41% | 0.62% | - |
| XYZ | 21.65 | 28.76 | 29.61 | - |
| YUV | 136.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 158 | 141 | 0.41 | 0 | 0.11 | 0.38 | 164.06 | 0.25 | 0.49 |
| Hex | 5E | 9E | 8D | 29 | 0 | B | 26 | A4 | 19 | 31 |
| Octal | 136 | 236 | 215 | 51 | 0 | 13 | 46 | 244 | 31 | 61 |
| Binary | 1011110 | 10011110 | 10001101 | 101001 | 0 | 1011 | 100110 | 10100100 | 11001 | 110001 |
Color Harmonies of #5E9E8D
Complementary color
Monochromatic Colors of #5E9E8D
Black with #5E9E8D
Text Example
Text Example
White with #5E9E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9E8D; }
p { color: rgb(94,158,141); }
H1.HeaderClassName
{
color: #5E9E8D;
}
.AnyTagClassName
{
color: #5E9E8D;
}
</style>
background-color css
<style>
a { background-color: #5E9E8D; }
a { background-color: rgb(94,158,141); }
div.DivClassName
{
background-color: #5E9E8D;
}
.BgClassName
{
background-color: #5E9E8D;
}
</style>
border-color css
<style>
span { border-color: #5E9E8D; }
span { border-color: rgb(94,158,141); }
td.TdClassName
{
border-color: #5E9E8D;
}
.TagClassName
{
border-color: #5E9E8D;
}
</style>