Shades of Patina #5E9C88
Tints of Patina #5E9C88
RGB
CMYK
RGB Variations
Color information
#5E9C88 (or 0x5E9C88) is known color: Patina. HEX triplet: 5E, 9C and 88. RGB value is (94,156,136). Sum of RGB (Red+Green+Blue) = 94+156+136=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9C88 is #A16377. Grayscale: #878787. Windows color (decimal): -10576760 or 8952926. OLE color: 8952926.
HSL color Cylindrical-coordinate representation of color #5E9C88: hue angle of 160.65º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9C88 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 156 | 136 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.39 |
| HSL | 160.65º | 0.25% | 0.49% | - |
| HSV(B) | 160.65º | 0.4% | 0.61% | - |
| XYZ | 20.95 | 27.93 | 27.58 | - |
| YUV | 135.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 136 | 0.40 | 0 | 0.13 | 0.39 | 160.65 | 0.25 | 0.49 |
| Hex | 5E | 9C | 88 | 28 | 0 | D | 27 | A1 | 19 | 31 |
| Octal | 136 | 234 | 210 | 50 | 0 | 15 | 47 | 241 | 31 | 61 |
| Binary | 1011110 | 10011100 | 10001000 | 101000 | 0 | 1101 | 100111 | 10100001 | 11001 | 110001 |
Color Harmonies of #5E9C88
Complementary color
Monochromatic Colors of #5E9C88
Black with #5E9C88
Text Example
Text Example
White with #5E9C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9C88; }
p { color: rgb(94,156,136); }
H1.HeaderClassName
{
color: #5E9C88;
}
.AnyTagClassName
{
color: #5E9C88;
}
</style>
background-color css
<style>
a { background-color: #5E9C88; }
a { background-color: rgb(94,156,136); }
div.DivClassName
{
background-color: #5E9C88;
}
.BgClassName
{
background-color: #5E9C88;
}
</style>
border-color css
<style>
span { border-color: #5E9C88; }
span { border-color: rgb(94,156,136); }
td.TdClassName
{
border-color: #5E9C88;
}
.TagClassName
{
border-color: #5E9C88;
}
</style>