Shades of Patina #5E9585
Tints of Patina #5E9585
RGB
CMYK
RGB Variations
Color information
#5E9585 (or 0x5E9585) is known color: Patina. HEX triplet: 5E, 95 and 85. RGB value is (94,149,133). Sum of RGB (Red+Green+Blue) = 94+149+133=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9585 is #A16A7A. Grayscale: #828282. Windows color (decimal): -10578555 or 8754526. OLE color: 8754526.
HSL color Cylindrical-coordinate representation of color #5E9585: hue angle of 162.55º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E9585 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 133 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.42 |
| HSL | 162.55º | 0.23% | 0.48% | - |
| HSV(B) | 162.55º | 0.37% | 0.58% | - |
| XYZ | 19.6 | 25.57 | 26.09 | - |
| YUV | 130.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 133 | 0.37 | 0 | 0.11 | 0.42 | 162.55 | 0.23 | 0.48 |
| Hex | 5E | 95 | 85 | 25 | 0 | B | 2A | A3 | 17 | 30 |
| Octal | 136 | 225 | 205 | 45 | 0 | 13 | 52 | 243 | 27 | 60 |
| Binary | 1011110 | 10010101 | 10000101 | 100101 | 0 | 1011 | 101010 | 10100011 | 10111 | 110000 |
Color Harmonies of #5E9585
Complementary color
Monochromatic Colors of #5E9585
Black with #5E9585
Text Example
Text Example
White with #5E9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9585; }
p { color: rgb(94,149,133); }
H1.HeaderClassName
{
color: #5E9585;
}
.AnyTagClassName
{
color: #5E9585;
}
</style>
background-color css
<style>
a { background-color: #5E9585; }
a { background-color: rgb(94,149,133); }
div.DivClassName
{
background-color: #5E9585;
}
.BgClassName
{
background-color: #5E9585;
}
</style>
border-color css
<style>
span { border-color: #5E9585; }
span { border-color: rgb(94,149,133); }
td.TdClassName
{
border-color: #5E9585;
}
.TagClassName
{
border-color: #5E9585;
}
</style>