Shades of Patina #5E8B7C
Tints of Patina #5E8B7C
RGB
CMYK
RGB Variations
Color information
#5E8B7C (or 0x5E8B7C) is known color: Patina. HEX triplet: 5E, 8B and 7C. RGB value is (94,139,124). Sum of RGB (Red+Green+Blue) = 94+139+124=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8B7C is #A17483. Grayscale: #7B7B7B. Windows color (decimal): -10581124 or 8162142. OLE color: 8162142.
HSL color Cylindrical-coordinate representation of color #5E8B7C: hue angle of 160º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E8B7C is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 139 | 124 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.45 |
| HSL | 160º | 0.19% | 0.46% | - |
| HSV(B) | 160º | 0.32% | 0.55% | - |
| XYZ | 17.49 | 22.3 | 22.45 | - |
| YUV | 123.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 124 | 0.32 | 0 | 0.11 | 0.45 | 160 | 0.19 | 0.46 |
| Hex | 5E | 8B | 7C | 20 | 0 | B | 2D | A0 | 13 | 2E |
| Octal | 136 | 213 | 174 | 40 | 0 | 13 | 55 | 240 | 23 | 56 |
| Binary | 1011110 | 10001011 | 1111100 | 100000 | 0 | 1011 | 101101 | 10100000 | 10011 | 101110 |
Color Harmonies of #5E8B7C
Complementary color
Monochromatic Colors of #5E8B7C
Black with #5E8B7C
Text Example
Text Example
White with #5E8B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8B7C; }
p { color: rgb(94,139,124); }
H1.HeaderClassName
{
color: #5E8B7C;
}
.AnyTagClassName
{
color: #5E8B7C;
}
</style>
background-color css
<style>
a { background-color: #5E8B7C; }
a { background-color: rgb(94,139,124); }
div.DivClassName
{
background-color: #5E8B7C;
}
.BgClassName
{
background-color: #5E8B7C;
}
</style>
border-color css
<style>
span { border-color: #5E8B7C; }
span { border-color: rgb(94,139,124); }
td.TdClassName
{
border-color: #5E8B7C;
}
.TagClassName
{
border-color: #5E8B7C;
}
</style>