Shades of Patina #5E947B
Tints of Patina #5E947B
RGB
CMYK
RGB Variations
Color information
#5E947B (or 0x5E947B) is known color: Patina. HEX triplet: 5E, 94 and 7B. RGB value is (94,148,123). Sum of RGB (Red+Green+Blue) = 94+148+123=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #5E947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E947B is #A16B84. Grayscale: #818181. Windows color (decimal): -10578821 or 8098910. OLE color: 8098910.
HSL color Cylindrical-coordinate representation of color #5E947B: hue angle of 152.22º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E947B is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 123 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.42 |
| HSL | 152.22º | 0.22% | 0.47% | - |
| HSV(B) | 152.22º | 0.36% | 0.58% | - |
| XYZ | 18.78 | 24.99 | 22.57 | - |
| YUV | 129 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 123 | 0.36 | 0 | 0.17 | 0.42 | 152.22 | 0.22 | 0.47 |
| Hex | 5E | 94 | 7B | 24 | 0 | 11 | 2A | 98 | 16 | 2F |
| Octal | 136 | 224 | 173 | 44 | 0 | 21 | 52 | 230 | 26 | 57 |
| Binary | 1011110 | 10010100 | 1111011 | 100100 | 0 | 10001 | 101010 | 10011000 | 10110 | 101111 |
Color Harmonies of #5E947B
Complementary color
Monochromatic Colors of #5E947B
Black with #5E947B
Text Example
Text Example
White with #5E947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E947B; }
p { color: rgb(94,148,123); }
H1.HeaderClassName
{
color: #5E947B;
}
.AnyTagClassName
{
color: #5E947B;
}
</style>
background-color css
<style>
a { background-color: #5E947B; }
a { background-color: rgb(94,148,123); }
div.DivClassName
{
background-color: #5E947B;
}
.BgClassName
{
background-color: #5E947B;
}
</style>
border-color css
<style>
span { border-color: #5E947B; }
span { border-color: rgb(94,148,123); }
td.TdClassName
{
border-color: #5E947B;
}
.TagClassName
{
border-color: #5E947B;
}
</style>