Shades of Mobster #5E5372
Tints of Mobster #5E5372
RGB
CMYK
RGB Variations
Color information
#5E5372 (or 0x5E5372) is known color: Mobster. HEX triplet: 5E, 53 and 72. RGB value is (94,83,114). Sum of RGB (Red+Green+Blue) = 94+83+114=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5372 is #A1AC8D. Grayscale: #595959. Windows color (decimal): -10595470 or 7492446. OLE color: 7492446.
HSL color Cylindrical-coordinate representation of color #5E5372: hue angle of 261.29º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E5372 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 83 | 114 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.55 |
| HSL | 261.29º | 0.16% | 0.39% | - |
| HSV(B) | 261.29º | 0.27% | 0.45% | - |
| XYZ | 10.75 | 9.78 | 17.24 | - |
| YUV | 89.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 114 | 0.18 | 0.27 | 0 | 0.55 | 261.29 | 0.16 | 0.39 |
| Hex | 5E | 53 | 72 | 12 | 1B | 0 | 37 | 105 | 10 | 27 |
| Octal | 136 | 123 | 162 | 22 | 33 | 0 | 67 | 405 | 20 | 47 |
| Binary | 1011110 | 1010011 | 1110010 | 10010 | 11011 | 0 | 110111 | 100000101 | 10000 | 100111 |
Color Harmonies of #5E5372
Complementary color
Monochromatic Colors of #5E5372
Black with #5E5372
Text Example
Text Example
White with #5E5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5372; }
p { color: rgb(94,83,114); }
H1.HeaderClassName
{
color: #5E5372;
}
.AnyTagClassName
{
color: #5E5372;
}
</style>
background-color css
<style>
a { background-color: #5E5372; }
a { background-color: rgb(94,83,114); }
div.DivClassName
{
background-color: #5E5372;
}
.BgClassName
{
background-color: #5E5372;
}
</style>
border-color css
<style>
span { border-color: #5E5372; }
span { border-color: rgb(94,83,114); }
td.TdClassName
{
border-color: #5E5372;
}
.TagClassName
{
border-color: #5E5372;
}
</style>