Shades of Patina #5E8E7D
Tints of Patina #5E8E7D
RGB
CMYK
RGB Variations
Color information
#5E8E7D (or 0x5E8E7D) is known color: Patina. HEX triplet: 5E, 8E and 7D. RGB value is (94,142,125). Sum of RGB (Red+Green+Blue) = 94+142+125=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8E7D is #A17182. Grayscale: #7D7D7D. Windows color (decimal): -10580355 or 8228446. OLE color: 8228446.
HSL color Cylindrical-coordinate representation of color #5E8E7D: hue angle of 158.75º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8E7D is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 142 | 125 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.44 |
| HSL | 158.75º | 0.2% | 0.46% | - |
| HSV(B) | 158.75º | 0.34% | 0.56% | - |
| XYZ | 17.99 | 23.21 | 22.93 | - |
| YUV | 125.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 142 | 125 | 0.34 | 0 | 0.12 | 0.44 | 158.75 | 0.2 | 0.46 |
| Hex | 5E | 8E | 7D | 22 | 0 | C | 2C | 9F | 14 | 2E |
| Octal | 136 | 216 | 175 | 42 | 0 | 14 | 54 | 237 | 24 | 56 |
| Binary | 1011110 | 10001110 | 1111101 | 100010 | 0 | 1100 | 101100 | 10011111 | 10100 | 101110 |
Color Harmonies of #5E8E7D
Complementary color
Monochromatic Colors of #5E8E7D
Black with #5E8E7D
Text Example
Text Example
White with #5E8E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8E7D; }
p { color: rgb(94,142,125); }
H1.HeaderClassName
{
color: #5E8E7D;
}
.AnyTagClassName
{
color: #5E8E7D;
}
</style>
background-color css
<style>
a { background-color: #5E8E7D; }
a { background-color: rgb(94,142,125); }
div.DivClassName
{
background-color: #5E8E7D;
}
.BgClassName
{
background-color: #5E8E7D;
}
</style>
border-color css
<style>
span { border-color: #5E8E7D; }
span { border-color: rgb(94,142,125); }
td.TdClassName
{
border-color: #5E8E7D;
}
.TagClassName
{
border-color: #5E8E7D;
}
</style>