Shades of Mobster #5E5663
Tints of Mobster #5E5663
RGB
CMYK
RGB Variations
Color information
#5E5663 (or 0x5E5663) is known color: Mobster. HEX triplet: 5E, 56 and 63. RGB value is (94,86,99). Sum of RGB (Red+Green+Blue) = 94+86+99=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E5663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5663 is #A1A99C. Grayscale: #595959. Windows color (decimal): -10594717 or 6510174. OLE color: 6510174.
HSL color Cylindrical-coordinate representation of color #5E5663: hue angle of 276.92º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E5663 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
RGB | 94 | 86 | 99 | - |
CMYK | 0.05 | 0.13 | 0 | 0.61 |
HSL | 276.92º | 0.07% | 0.36% | - |
HSV(B) | 276.92º | 0.13% | 0.39% | - |
XYZ | 10.2 | 9.94 | 13.18 | - |
YUV | 89.87 | 133.15 | 130.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 86 | 99 | 0.05 | 0.13 | 0 | 0.61 | 276.92 | 0.07 | 0.36 |
Hex | 5E | 56 | 63 | 5 | D | 0 | 3D | 115 | 7 | 24 |
Octal | 136 | 126 | 143 | 5 | 15 | 0 | 75 | 425 | 7 | 44 |
Binary | 1011110 | 1010110 | 1100011 | 101 | 1101 | 0 | 111101 | 100010101 | 111 | 100100 |
Color Harmonies of #5E5663
Complementary color
Monochromatic Colors of #5E5663
Black with #5E5663
Text Example
Text Example
White with #5E5663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5663; }
p { color: rgb(94,86,99); }
H1.HeaderClassName
{
color: #5E5663;
}
.AnyTagClassName
{
color: #5E5663;
}
</style>
background-color css
<style>
a { background-color: #5E5663; }
a { background-color: rgb(94,86,99); }
div.DivClassName
{
background-color: #5E5663;
}
.BgClassName
{
background-color: #5E5663;
}
</style>
border-color css
<style>
span { border-color: #5E5663; }
span { border-color: rgb(94,86,99); }
td.TdClassName
{
border-color: #5E5663;
}
.TagClassName
{
border-color: #5E5663;
}
</style>