Shades of Patina #5E877D
Tints of Patina #5E877D
RGB
CMYK
RGB Variations
Color information
#5E877D (or 0x5E877D) is known color: Patina. HEX triplet: 5E, 87 and 7D. RGB value is (94,135,125). Sum of RGB (Red+Green+Blue) = 94+135+125=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #5E877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E877D is #A17882. Grayscale: #797979. Windows color (decimal): -10582147 or 8226654. OLE color: 8226654.
HSL color Cylindrical-coordinate representation of color #5E877D: hue angle of 165.37º 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 #5E877D is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 125 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.47 |
| HSL | 165.37º | 0.18% | 0.45% | - |
| HSV(B) | 165.37º | 0.3% | 0.53% | - |
| XYZ | 16.98 | 21.19 | 22.6 | - |
| YUV | 121.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 125 | 0.30 | 0 | 0.07 | 0.47 | 165.37 | 0.18 | 0.45 |
| Hex | 5E | 87 | 7D | 1E | 0 | 7 | 2F | A5 | 12 | 2D |
| Octal | 136 | 207 | 175 | 36 | 0 | 7 | 57 | 245 | 22 | 55 |
| Binary | 1011110 | 10000111 | 1111101 | 11110 | 0 | 111 | 101111 | 10100101 | 10010 | 101101 |
Color Harmonies of #5E877D
Complementary color
Monochromatic Colors of #5E877D
Black with #5E877D
Text Example
Text Example
White with #5E877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E877D; }
p { color: rgb(94,135,125); }
H1.HeaderClassName
{
color: #5E877D;
}
.AnyTagClassName
{
color: #5E877D;
}
</style>
background-color css
<style>
a { background-color: #5E877D; }
a { background-color: rgb(94,135,125); }
div.DivClassName
{
background-color: #5E877D;
}
.BgClassName
{
background-color: #5E877D;
}
</style>
border-color css
<style>
span { border-color: #5E877D; }
span { border-color: rgb(94,135,125); }
td.TdClassName
{
border-color: #5E877D;
}
.TagClassName
{
border-color: #5E877D;
}
</style>