Shades of Patina #5E867D
Tints of Patina #5E867D
RGB
CMYK
RGB Variations
Color information
#5E867D (or 0x5E867D) is known color: Patina. HEX triplet: 5E, 86 and 7D. RGB value is (94,134,125). Sum of RGB (Red+Green+Blue) = 94+134+125=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #5E867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E867D is #A17982. Grayscale: #797979. Windows color (decimal): -10582403 or 8226398. OLE color: 8226398.
HSL color Cylindrical-coordinate representation of color #5E867D: hue angle of 166.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E867D is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 125 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.47 |
| HSL | 166.5º | 0.18% | 0.45% | - |
| HSV(B) | 166.5º | 0.3% | 0.53% | - |
| XYZ | 16.84 | 20.91 | 22.55 | - |
| YUV | 121.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 125 | 0.30 | 0 | 0.07 | 0.47 | 166.5 | 0.18 | 0.45 |
| Hex | 5E | 86 | 7D | 1E | 0 | 7 | 2F | A6 | 12 | 2D |
| Octal | 136 | 206 | 175 | 36 | 0 | 7 | 57 | 246 | 22 | 55 |
| Binary | 1011110 | 10000110 | 1111101 | 11110 | 0 | 111 | 101111 | 10100110 | 10010 | 101101 |
Color Harmonies of #5E867D
Complementary color
Monochromatic Colors of #5E867D
Black with #5E867D
Text Example
Text Example
White with #5E867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E867D; }
p { color: rgb(94,134,125); }
H1.HeaderClassName
{
color: #5E867D;
}
.AnyTagClassName
{
color: #5E867D;
}
</style>
background-color css
<style>
a { background-color: #5E867D; }
a { background-color: rgb(94,134,125); }
div.DivClassName
{
background-color: #5E867D;
}
.BgClassName
{
background-color: #5E867D;
}
</style>
border-color css
<style>
span { border-color: #5E867D; }
span { border-color: rgb(94,134,125); }
td.TdClassName
{
border-color: #5E867D;
}
.TagClassName
{
border-color: #5E867D;
}
</style>