Shades of Patina #5E8B7E
Tints of Patina #5E8B7E
RGB
CMYK
RGB Variations
Color information
#5E8B7E (or 0x5E8B7E) is known color: Patina. HEX triplet: 5E, 8B and 7E. RGB value is (94,139,126). Sum of RGB (Red+Green+Blue) = 94+139+126=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8B7E is #A17481. Grayscale: #7C7C7C. Windows color (decimal): -10581122 or 8293214. OLE color: 8293214.
HSL color Cylindrical-coordinate representation of color #5E8B7E: hue angle of 162.67º 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 #5E8B7E is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 139 | 126 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.45 |
| HSL | 162.67º | 0.19% | 0.46% | - |
| HSV(B) | 162.67º | 0.32% | 0.55% | - |
| XYZ | 17.61 | 22.35 | 23.12 | - |
| YUV | 124.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 126 | 0.32 | 0 | 0.09 | 0.45 | 162.67 | 0.19 | 0.46 |
| Hex | 5E | 8B | 7E | 20 | 0 | 9 | 2D | A3 | 13 | 2E |
| Octal | 136 | 213 | 176 | 40 | 0 | 11 | 55 | 243 | 23 | 56 |
| Binary | 1011110 | 10001011 | 1111110 | 100000 | 0 | 1001 | 101101 | 10100011 | 10011 | 101110 |
Color Harmonies of #5E8B7E
Complementary color
Monochromatic Colors of #5E8B7E
Black with #5E8B7E
Text Example
Text Example
White with #5E8B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8B7E; }
p { color: rgb(94,139,126); }
H1.HeaderClassName
{
color: #5E8B7E;
}
.AnyTagClassName
{
color: #5E8B7E;
}
</style>
background-color css
<style>
a { background-color: #5E8B7E; }
a { background-color: rgb(94,139,126); }
div.DivClassName
{
background-color: #5E8B7E;
}
.BgClassName
{
background-color: #5E8B7E;
}
</style>
border-color css
<style>
span { border-color: #5E8B7E; }
span { border-color: rgb(94,139,126); }
td.TdClassName
{
border-color: #5E8B7E;
}
.TagClassName
{
border-color: #5E8B7E;
}
</style>