Shades of Mobster #5E5968
Tints of Mobster #5E5968
RGB
CMYK
RGB Variations
Color information
#5E5968 (or 0x5E5968) is known color: Mobster. HEX triplet: 5E, 59 and 68. RGB value is (94,89,104). Sum of RGB (Red+Green+Blue) = 94+89+104=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E5968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5968 is #A1A697. Grayscale: #5C5C5C. Windows color (decimal): -10593944 or 6838622. OLE color: 6838622.
HSL color Cylindrical-coordinate representation of color #5E5968: hue angle of 260º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E5968 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 89 | 104 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.59 |
| HSL | 260º | 0.08% | 0.38% | - |
| HSV(B) | 260º | 0.14% | 0.41% | - |
| XYZ | 10.69 | 10.52 | 14.56 | - |
| YUV | 92.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 104 | 0.10 | 0.14 | 0 | 0.59 | 260 | 0.08 | 0.38 |
| Hex | 5E | 59 | 68 | A | E | 0 | 3B | 104 | 8 | 26 |
| Octal | 136 | 131 | 150 | 12 | 16 | 0 | 73 | 404 | 10 | 46 |
| Binary | 1011110 | 1011001 | 1101000 | 1010 | 1110 | 0 | 111011 | 100000100 | 1000 | 100110 |
Color Harmonies of #5E5968
Complementary color
Monochromatic Colors of #5E5968
Black with #5E5968
Text Example
Text Example
White with #5E5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5968; }
p { color: rgb(94,89,104); }
H1.HeaderClassName
{
color: #5E5968;
}
.AnyTagClassName
{
color: #5E5968;
}
</style>
background-color css
<style>
a { background-color: #5E5968; }
a { background-color: rgb(94,89,104); }
div.DivClassName
{
background-color: #5E5968;
}
.BgClassName
{
background-color: #5E5968;
}
</style>
border-color css
<style>
span { border-color: #5E5968; }
span { border-color: rgb(94,89,104); }
td.TdClassName
{
border-color: #5E5968;
}
.TagClassName
{
border-color: #5E5968;
}
</style>