Shades of Patina #5E9987
Tints of Patina #5E9987
RGB
CMYK
RGB Variations
Color information
#5E9987 (or 0x5E9987) is known color: Patina. HEX triplet: 5E, 99 and 87. RGB value is (94,153,135). Sum of RGB (Red+Green+Blue) = 94+153+135=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9987 is #A16678. Grayscale: #858585. Windows color (decimal): -10577529 or 8886622. OLE color: 8886622.
HSL color Cylindrical-coordinate representation of color #5E9987: hue angle of 161.69º 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 #5E9987 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 135 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.4 |
| HSL | 161.69º | 0.24% | 0.48% | - |
| HSV(B) | 161.69º | 0.39% | 0.6% | - |
| XYZ | 20.38 | 26.91 | 27.04 | - |
| YUV | 133.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 135 | 0.39 | 0 | 0.12 | 0.4 | 161.69 | 0.24 | 0.48 |
| Hex | 5E | 99 | 87 | 27 | 0 | C | 28 | A2 | 18 | 30 |
| Octal | 136 | 231 | 207 | 47 | 0 | 14 | 50 | 242 | 30 | 60 |
| Binary | 1011110 | 10011001 | 10000111 | 100111 | 0 | 1100 | 101000 | 10100010 | 11000 | 110000 |
Color Harmonies of #5E9987
Complementary color
Monochromatic Colors of #5E9987
Black with #5E9987
Text Example
Text Example
White with #5E9987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9987; }
p { color: rgb(94,153,135); }
H1.HeaderClassName
{
color: #5E9987;
}
.AnyTagClassName
{
color: #5E9987;
}
</style>
background-color css
<style>
a { background-color: #5E9987; }
a { background-color: rgb(94,153,135); }
div.DivClassName
{
background-color: #5E9987;
}
.BgClassName
{
background-color: #5E9987;
}
</style>
border-color css
<style>
span { border-color: #5E9987; }
span { border-color: rgb(94,153,135); }
td.TdClassName
{
border-color: #5E9987;
}
.TagClassName
{
border-color: #5E9987;
}
</style>