Shades of Patina #5E9185
Tints of Patina #5E9185
RGB
CMYK
RGB Variations
Color information
#5E9185 (or 0x5E9185) is known color: Patina. HEX triplet: 5E, 91 and 85. RGB value is (94,145,133). Sum of RGB (Red+Green+Blue) = 94+145+133=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9185 is #A16E7A. Grayscale: #808080. Windows color (decimal): -10579579 or 8753502. OLE color: 8753502.
HSL color Cylindrical-coordinate representation of color #5E9185: hue angle of 165.88º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E9185 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 133 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.43 |
| HSL | 165.88º | 0.21% | 0.47% | - |
| HSV(B) | 165.88º | 0.35% | 0.57% | - |
| XYZ | 18.98 | 24.32 | 25.89 | - |
| YUV | 128.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 133 | 0.35 | 0 | 0.08 | 0.43 | 165.88 | 0.21 | 0.47 |
| Hex | 5E | 91 | 85 | 23 | 0 | 8 | 2B | A6 | 15 | 2F |
| Octal | 136 | 221 | 205 | 43 | 0 | 10 | 53 | 246 | 25 | 57 |
| Binary | 1011110 | 10010001 | 10000101 | 100011 | 0 | 1000 | 101011 | 10100110 | 10101 | 101111 |
Color Harmonies of #5E9185
Complementary color
Monochromatic Colors of #5E9185
Black with #5E9185
Text Example
Text Example
White with #5E9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9185; }
p { color: rgb(94,145,133); }
H1.HeaderClassName
{
color: #5E9185;
}
.AnyTagClassName
{
color: #5E9185;
}
</style>
background-color css
<style>
a { background-color: #5E9185; }
a { background-color: rgb(94,145,133); }
div.DivClassName
{
background-color: #5E9185;
}
.BgClassName
{
background-color: #5E9185;
}
</style>
border-color css
<style>
span { border-color: #5E9185; }
span { border-color: rgb(94,145,133); }
td.TdClassName
{
border-color: #5E9185;
}
.TagClassName
{
border-color: #5E9185;
}
</style>