Shades of Mobster #5D4D6E
Tints of Mobster #5D4D6E
RGB
CMYK
RGB Variations
Color information
#5D4D6E (or 0x5D4D6E) is known color: Mobster. HEX triplet: 5D, 4D and 6E. RGB value is (93,77,110). Sum of RGB (Red+Green+Blue) = 93+77+110=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D4D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D4D6E is #A2B291. Grayscale: #555555. Windows color (decimal): -10662546 or 7228765. OLE color: 7228765.
HSL color Cylindrical-coordinate representation of color #5D4D6E: hue angle of 269.09º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D4D6E is Cyan = 0.15, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 77 | 110 | - |
| CMYK | 0.15 | 0.3 | 0 | 0.57 |
| HSL | 269.09º | 0.18% | 0.37% | - |
| HSV(B) | 269.09º | 0.3% | 0.43% | - |
| XYZ | 9.98 | 8.76 | 15.92 | - |
| YUV | 85.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 110 | 0.15 | 0.3 | 0 | 0.57 | 269.09 | 0.18 | 0.37 |
| Hex | 5D | 4D | 6E | F | 1E | 0 | 39 | 10D | 12 | 25 |
| Octal | 135 | 115 | 156 | 17 | 36 | 0 | 71 | 415 | 22 | 45 |
| Binary | 1011101 | 1001101 | 1101110 | 1111 | 11110 | 0 | 111001 | 100001101 | 10010 | 100101 |
Color Harmonies of #5D4D6E
Complementary color
Monochromatic Colors of #5D4D6E
Black with #5D4D6E
Text Example
Text Example
White with #5D4D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4D6E; }
p { color: rgb(93,77,110); }
H1.HeaderClassName
{
color: #5D4D6E;
}
.AnyTagClassName
{
color: #5D4D6E;
}
</style>
background-color css
<style>
a { background-color: #5D4D6E; }
a { background-color: rgb(93,77,110); }
div.DivClassName
{
background-color: #5D4D6E;
}
.BgClassName
{
background-color: #5D4D6E;
}
</style>
border-color css
<style>
span { border-color: #5D4D6E; }
span { border-color: rgb(93,77,110); }
td.TdClassName
{
border-color: #5D4D6E;
}
.TagClassName
{
border-color: #5D4D6E;
}
</style>