Shades of Patina #5E887C
Tints of Patina #5E887C
RGB
CMYK
RGB Variations
Color information
#5E887C (or 0x5E887C) is known color: Patina. HEX triplet: 5E, 88 and 7C. RGB value is (94,136,124). Sum of RGB (Red+Green+Blue) = 94+136+124=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #5E887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E887C is #A17783. Grayscale: #7A7A7A. Windows color (decimal): -10581892 or 8161374. OLE color: 8161374.
HSL color Cylindrical-coordinate representation of color #5E887C: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E887C is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 124 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.47 |
| HSL | 162.86º | 0.18% | 0.45% | - |
| HSV(B) | 162.86º | 0.31% | 0.53% | - |
| XYZ | 17.06 | 21.44 | 22.31 | - |
| YUV | 122.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 124 | 0.31 | 0 | 0.09 | 0.47 | 162.86 | 0.18 | 0.45 |
| Hex | 5E | 88 | 7C | 1F | 0 | 9 | 2F | A3 | 12 | 2D |
| Octal | 136 | 210 | 174 | 37 | 0 | 11 | 57 | 243 | 22 | 55 |
| Binary | 1011110 | 10001000 | 1111100 | 11111 | 0 | 1001 | 101111 | 10100011 | 10010 | 101101 |
Color Harmonies of #5E887C
Complementary color
Monochromatic Colors of #5E887C
Black with #5E887C
Text Example
Text Example
White with #5E887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E887C; }
p { color: rgb(94,136,124); }
H1.HeaderClassName
{
color: #5E887C;
}
.AnyTagClassName
{
color: #5E887C;
}
</style>
background-color css
<style>
a { background-color: #5E887C; }
a { background-color: rgb(94,136,124); }
div.DivClassName
{
background-color: #5E887C;
}
.BgClassName
{
background-color: #5E887C;
}
</style>
border-color css
<style>
span { border-color: #5E887C; }
span { border-color: rgb(94,136,124); }
td.TdClassName
{
border-color: #5E887C;
}
.TagClassName
{
border-color: #5E887C;
}
</style>