Shades of Patina #5E9D88
Tints of Patina #5E9D88
RGB
CMYK
RGB Variations
Color information
#5E9D88 (or 0x5E9D88) is known color: Patina. HEX triplet: 5E, 9D and 88. RGB value is (94,157,136). Sum of RGB (Red+Green+Blue) = 94+157+136=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9D88 is #A16277. Grayscale: #878787. Windows color (decimal): -10576504 or 8953182. OLE color: 8953182.
HSL color Cylindrical-coordinate representation of color #5E9D88: hue angle of 160º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9D88 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 136 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.38 |
| HSL | 160º | 0.25% | 0.49% | - |
| HSV(B) | 160º | 0.4% | 0.62% | - |
| XYZ | 21.12 | 28.27 | 27.64 | - |
| YUV | 135.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 136 | 0.40 | 0 | 0.13 | 0.38 | 160 | 0.25 | 0.49 |
| Hex | 5E | 9D | 88 | 28 | 0 | D | 26 | A0 | 19 | 31 |
| Octal | 136 | 235 | 210 | 50 | 0 | 15 | 46 | 240 | 31 | 61 |
| Binary | 1011110 | 10011101 | 10001000 | 101000 | 0 | 1101 | 100110 | 10100000 | 11001 | 110001 |
Color Harmonies of #5E9D88
Complementary color
Monochromatic Colors of #5E9D88
Black with #5E9D88
Text Example
Text Example
White with #5E9D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D88; }
p { color: rgb(94,157,136); }
H1.HeaderClassName
{
color: #5E9D88;
}
.AnyTagClassName
{
color: #5E9D88;
}
</style>
background-color css
<style>
a { background-color: #5E9D88; }
a { background-color: rgb(94,157,136); }
div.DivClassName
{
background-color: #5E9D88;
}
.BgClassName
{
background-color: #5E9D88;
}
</style>
border-color css
<style>
span { border-color: #5E9D88; }
span { border-color: rgb(94,157,136); }
td.TdClassName
{
border-color: #5E9D88;
}
.TagClassName
{
border-color: #5E9D88;
}
</style>