Shades of Patina #5E928B
Tints of Patina #5E928B
RGB
CMYK
RGB Variations
Color information
#5E928B (or 0x5E928B) is known color: Patina. HEX triplet: 5E, 92 and 8B. RGB value is (94,146,139). Sum of RGB (Red+Green+Blue) = 94+146+139=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #5E928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E928B is #A16D74. Grayscale: #818181. Windows color (decimal): -10579317 or 9146974. OLE color: 9146974.
HSL color Cylindrical-coordinate representation of color #5E928B: hue angle of 171.92º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E928B is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 139 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.43 |
| HSL | 171.92º | 0.22% | 0.47% | - |
| HSV(B) | 171.92º | 0.36% | 0.57% | - |
| XYZ | 19.56 | 24.8 | 28.18 | - |
| YUV | 129.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 139 | 0.36 | 0 | 0.05 | 0.43 | 171.92 | 0.22 | 0.47 |
| Hex | 5E | 92 | 8B | 24 | 0 | 5 | 2B | AC | 16 | 2F |
| Octal | 136 | 222 | 213 | 44 | 0 | 5 | 53 | 254 | 26 | 57 |
| Binary | 1011110 | 10010010 | 10001011 | 100100 | 0 | 101 | 101011 | 10101100 | 10110 | 101111 |
Color Harmonies of #5E928B
Complementary color
Monochromatic Colors of #5E928B
Black with #5E928B
Text Example
Text Example
White with #5E928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E928B; }
p { color: rgb(94,146,139); }
H1.HeaderClassName
{
color: #5E928B;
}
.AnyTagClassName
{
color: #5E928B;
}
</style>
background-color css
<style>
a { background-color: #5E928B; }
a { background-color: rgb(94,146,139); }
div.DivClassName
{
background-color: #5E928B;
}
.BgClassName
{
background-color: #5E928B;
}
</style>
border-color css
<style>
span { border-color: #5E928B; }
span { border-color: rgb(94,146,139); }
td.TdClassName
{
border-color: #5E928B;
}
.TagClassName
{
border-color: #5E928B;
}
</style>