Shades of Patina #5E8F7E
Tints of Patina #5E8F7E
RGB
CMYK
RGB Variations
Color information
#5E8F7E (or 0x5E8F7E) is known color: Patina. HEX triplet: 5E, 8F and 7E. RGB value is (94,143,126). Sum of RGB (Red+Green+Blue) = 94+143+126=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F7E is #A17081. Grayscale: #7E7E7E. Windows color (decimal): -10580098 or 8294238. OLE color: 8294238.
HSL color Cylindrical-coordinate representation of color #5E8F7E: hue angle of 159.18º degrees, saturation: 0.21, 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 #5E8F7E is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 143 | 126 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.44 |
| HSL | 159.18º | 0.21% | 0.46% | - |
| HSV(B) | 159.18º | 0.34% | 0.56% | - |
| XYZ | 18.2 | 23.53 | 23.32 | - |
| YUV | 126.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 143 | 126 | 0.34 | 0 | 0.12 | 0.44 | 159.18 | 0.21 | 0.46 |
| Hex | 5E | 8F | 7E | 22 | 0 | C | 2C | 9F | 15 | 2E |
| Octal | 136 | 217 | 176 | 42 | 0 | 14 | 54 | 237 | 25 | 56 |
| Binary | 1011110 | 10001111 | 1111110 | 100010 | 0 | 1100 | 101100 | 10011111 | 10101 | 101110 |
Color Harmonies of #5E8F7E
Complementary color
Monochromatic Colors of #5E8F7E
Black with #5E8F7E
Text Example
Text Example
White with #5E8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8F7E; }
p { color: rgb(94,143,126); }
H1.HeaderClassName
{
color: #5E8F7E;
}
.AnyTagClassName
{
color: #5E8F7E;
}
</style>
background-color css
<style>
a { background-color: #5E8F7E; }
a { background-color: rgb(94,143,126); }
div.DivClassName
{
background-color: #5E8F7E;
}
.BgClassName
{
background-color: #5E8F7E;
}
</style>
border-color css
<style>
span { border-color: #5E8F7E; }
span { border-color: rgb(94,143,126); }
td.TdClassName
{
border-color: #5E8F7E;
}
.TagClassName
{
border-color: #5E8F7E;
}
</style>