Shades of Mobster #5E5766
Tints of Mobster #5E5766
RGB
CMYK
RGB Variations
Color information
#5E5766 (or 0x5E5766) is known color: Mobster. HEX triplet: 5E, 57 and 66. RGB value is (94,87,102). Sum of RGB (Red+Green+Blue) = 94+87+102=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E5766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5766 is #A1A899. Grayscale: #5A5A5A. Windows color (decimal): -10594458 or 6707038. OLE color: 6707038.
HSL color Cylindrical-coordinate representation of color #5E5766: hue angle of 268º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E5766 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 87 | 102 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.6 |
| HSL | 268º | 0.08% | 0.37% | - |
| HSV(B) | 268º | 0.15% | 0.4% | - |
| XYZ | 10.42 | 10.16 | 13.98 | - |
| YUV | 90.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 102 | 0.08 | 0.15 | 0 | 0.6 | 268 | 0.08 | 0.37 |
| Hex | 5E | 57 | 66 | 8 | F | 0 | 3C | 10C | 8 | 25 |
| Octal | 136 | 127 | 146 | 10 | 17 | 0 | 74 | 414 | 10 | 45 |
| Binary | 1011110 | 1010111 | 1100110 | 1000 | 1111 | 0 | 111100 | 100001100 | 1000 | 100101 |
Color Harmonies of #5E5766
Complementary color
Monochromatic Colors of #5E5766
Black with #5E5766
Text Example
Text Example
White with #5E5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5766; }
p { color: rgb(94,87,102); }
H1.HeaderClassName
{
color: #5E5766;
}
.AnyTagClassName
{
color: #5E5766;
}
</style>
background-color css
<style>
a { background-color: #5E5766; }
a { background-color: rgb(94,87,102); }
div.DivClassName
{
background-color: #5E5766;
}
.BgClassName
{
background-color: #5E5766;
}
</style>
border-color css
<style>
span { border-color: #5E5766; }
span { border-color: rgb(94,87,102); }
td.TdClassName
{
border-color: #5E5766;
}
.TagClassName
{
border-color: #5E5766;
}
</style>