Shades of Patina #5E9F8E
Tints of Patina #5E9F8E
RGB
CMYK
RGB Variations
Color information
#5E9F8E (or 0x5E9F8E) is known color: Patina. HEX triplet: 5E, 9F and 8E. RGB value is (94,159,142). Sum of RGB (Red+Green+Blue) = 94+159+142=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9F8E is #A16071. Grayscale: #898989. Windows color (decimal): -10575986 or 9346910. OLE color: 9346910.
HSL color Cylindrical-coordinate representation of color #5E9F8E: hue angle of 164.31º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9F8E is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 159 | 142 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.38 |
| HSL | 164.31º | 0.26% | 0.5% | - |
| HSV(B) | 164.31º | 0.41% | 0.62% | - |
| XYZ | 21.9 | 29.13 | 30.06 | - |
| YUV | 137.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 142 | 0.41 | 0 | 0.11 | 0.38 | 164.31 | 0.26 | 0.5 |
| Hex | 5E | 9F | 8E | 29 | 0 | B | 26 | A4 | 1A | 32 |
| Octal | 136 | 237 | 216 | 51 | 0 | 13 | 46 | 244 | 32 | 62 |
| Binary | 1011110 | 10011111 | 10001110 | 101001 | 0 | 1011 | 100110 | 10100100 | 11010 | 110010 |
Color Harmonies of #5E9F8E
Complementary color
Monochromatic Colors of #5E9F8E
Black with #5E9F8E
Text Example
Text Example
White with #5E9F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9F8E; }
p { color: rgb(94,159,142); }
H1.HeaderClassName
{
color: #5E9F8E;
}
.AnyTagClassName
{
color: #5E9F8E;
}
</style>
background-color css
<style>
a { background-color: #5E9F8E; }
a { background-color: rgb(94,159,142); }
div.DivClassName
{
background-color: #5E9F8E;
}
.BgClassName
{
background-color: #5E9F8E;
}
</style>
border-color css
<style>
span { border-color: #5E9F8E; }
span { border-color: rgb(94,159,142); }
td.TdClassName
{
border-color: #5E9F8E;
}
.TagClassName
{
border-color: #5E9F8E;
}
</style>