Shades of Patina #5E9F88
Tints of Patina #5E9F88
RGB
CMYK
RGB Variations
Color information
#5E9F88 (or 0x5E9F88) is known color: Patina. HEX triplet: 5E, 9F and 88. RGB value is (94,159,136). Sum of RGB (Red+Green+Blue) = 94+159+136=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9F88 is #A16077. Grayscale: #888888. Windows color (decimal): -10575992 or 8953694. OLE color: 8953694.
HSL color Cylindrical-coordinate representation of color #5E9F88: hue angle of 158.77º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9F88 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 159 | 136 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.38 |
| HSL | 158.77º | 0.26% | 0.5% | - |
| HSV(B) | 158.77º | 0.41% | 0.62% | - |
| XYZ | 21.46 | 28.95 | 27.75 | - |
| YUV | 136.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 136 | 0.41 | 0 | 0.14 | 0.38 | 158.77 | 0.26 | 0.5 |
| Hex | 5E | 9F | 88 | 29 | 0 | E | 26 | 9F | 1A | 32 |
| Octal | 136 | 237 | 210 | 51 | 0 | 16 | 46 | 237 | 32 | 62 |
| Binary | 1011110 | 10011111 | 10001000 | 101001 | 0 | 1110 | 100110 | 10011111 | 11010 | 110010 |
Color Harmonies of #5E9F88
Complementary color
Monochromatic Colors of #5E9F88
Black with #5E9F88
Text Example
Text Example
White with #5E9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9F88; }
p { color: rgb(94,159,136); }
H1.HeaderClassName
{
color: #5E9F88;
}
.AnyTagClassName
{
color: #5E9F88;
}
</style>
background-color css
<style>
a { background-color: #5E9F88; }
a { background-color: rgb(94,159,136); }
div.DivClassName
{
background-color: #5E9F88;
}
.BgClassName
{
background-color: #5E9F88;
}
</style>
border-color css
<style>
span { border-color: #5E9F88; }
span { border-color: rgb(94,159,136); }
td.TdClassName
{
border-color: #5E9F88;
}
.TagClassName
{
border-color: #5E9F88;
}
</style>