Shades of Mobster #5E4E76
Tints of Mobster #5E4E76
RGB
CMYK
RGB Variations
Color information
#5E4E76 (or 0x5E4E76) is known color: Mobster. HEX triplet: 5E, 4E and 76. RGB value is (94,78,118). Sum of RGB (Red+Green+Blue) = 94+78+118=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #5E4E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4E76 is #A1B189. Grayscale: #575757. Windows color (decimal): -10596746 or 7753310. OLE color: 7753310.
HSL color Cylindrical-coordinate representation of color #5E4E76: hue angle of 264º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E4E76 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 78 | 118 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.54 |
| HSL | 264º | 0.2% | 0.38% | - |
| HSV(B) | 264º | 0.34% | 0.46% | - |
| XYZ | 10.61 | 9.14 | 18.34 | - |
| YUV | 87.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 118 | 0.20 | 0.34 | 0 | 0.54 | 264 | 0.2 | 0.38 |
| Hex | 5E | 4E | 76 | 14 | 22 | 0 | 36 | 108 | 14 | 26 |
| Octal | 136 | 116 | 166 | 24 | 42 | 0 | 66 | 410 | 24 | 46 |
| Binary | 1011110 | 1001110 | 1110110 | 10100 | 100010 | 0 | 110110 | 100001000 | 10100 | 100110 |
Color Harmonies of #5E4E76
Complementary color
Monochromatic Colors of #5E4E76
Black with #5E4E76
Text Example
Text Example
White with #5E4E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4E76; }
p { color: rgb(94,78,118); }
H1.HeaderClassName
{
color: #5E4E76;
}
.AnyTagClassName
{
color: #5E4E76;
}
</style>
background-color css
<style>
a { background-color: #5E4E76; }
a { background-color: rgb(94,78,118); }
div.DivClassName
{
background-color: #5E4E76;
}
.BgClassName
{
background-color: #5E4E76;
}
</style>
border-color css
<style>
span { border-color: #5E4E76; }
span { border-color: rgb(94,78,118); }
td.TdClassName
{
border-color: #5E4E76;
}
.TagClassName
{
border-color: #5E4E76;
}
</style>