Shades of Patina #5E918A
Tints of Patina #5E918A
RGB
CMYK
RGB Variations
Color information
#5E918A (or 0x5E918A) is known color: Patina. HEX triplet: 5E, 91 and 8A. RGB value is (94,145,138). Sum of RGB (Red+Green+Blue) = 94+145+138=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #5E918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E918A is #A16E75. Grayscale: #808080. Windows color (decimal): -10579574 or 9081182. OLE color: 9081182.
HSL color Cylindrical-coordinate representation of color #5E918A: hue angle of 171.76º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E918A is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 138 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.43 |
| HSL | 171.76º | 0.21% | 0.47% | - |
| HSV(B) | 171.76º | 0.35% | 0.57% | - |
| XYZ | 19.33 | 24.47 | 27.75 | - |
| YUV | 128.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 138 | 0.35 | 0 | 0.05 | 0.43 | 171.76 | 0.21 | 0.47 |
| Hex | 5E | 91 | 8A | 23 | 0 | 5 | 2B | AC | 15 | 2F |
| Octal | 136 | 221 | 212 | 43 | 0 | 5 | 53 | 254 | 25 | 57 |
| Binary | 1011110 | 10010001 | 10001010 | 100011 | 0 | 101 | 101011 | 10101100 | 10101 | 101111 |
Color Harmonies of #5E918A
Complementary color
Monochromatic Colors of #5E918A
Black with #5E918A
Text Example
Text Example
White with #5E918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E918A; }
p { color: rgb(94,145,138); }
H1.HeaderClassName
{
color: #5E918A;
}
.AnyTagClassName
{
color: #5E918A;
}
</style>
background-color css
<style>
a { background-color: #5E918A; }
a { background-color: rgb(94,145,138); }
div.DivClassName
{
background-color: #5E918A;
}
.BgClassName
{
background-color: #5E918A;
}
</style>
border-color css
<style>
span { border-color: #5E918A; }
span { border-color: rgb(94,145,138); }
td.TdClassName
{
border-color: #5E918A;
}
.TagClassName
{
border-color: #5E918A;
}
</style>