Shades of Mobster #5D4B71
Tints of Mobster #5D4B71
RGB
CMYK
RGB Variations
Color information
#5D4B71 (or 0x5D4B71) is known color: Mobster. HEX triplet: 5D, 4B and 71. RGB value is (93,75,113). Sum of RGB (Red+Green+Blue) = 93+75+113=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D4B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4B71 is #A2B48E. Grayscale: #545454. Windows color (decimal): -10663055 or 7424861. OLE color: 7424861.
HSL color Cylindrical-coordinate representation of color #5D4B71: hue angle of 268.42º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D4B71 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 75 | 113 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.56 |
| HSL | 268.42º | 0.2% | 0.37% | - |
| HSV(B) | 268.42º | 0.34% | 0.44% | - |
| XYZ | 10.01 | 8.55 | 16.75 | - |
| YUV | 84.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 75 | 113 | 0.18 | 0.34 | 0 | 0.56 | 268.42 | 0.2 | 0.37 |
| Hex | 5D | 4B | 71 | 12 | 22 | 0 | 38 | 10C | 14 | 25 |
| Octal | 135 | 113 | 161 | 22 | 42 | 0 | 70 | 414 | 24 | 45 |
| Binary | 1011101 | 1001011 | 1110001 | 10010 | 100010 | 0 | 111000 | 100001100 | 10100 | 100101 |
Color Harmonies of #5D4B71
Complementary color
Monochromatic Colors of #5D4B71
Black with #5D4B71
Text Example
Text Example
White with #5D4B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4B71; }
p { color: rgb(93,75,113); }
H1.HeaderClassName
{
color: #5D4B71;
}
.AnyTagClassName
{
color: #5D4B71;
}
</style>
background-color css
<style>
a { background-color: #5D4B71; }
a { background-color: rgb(93,75,113); }
div.DivClassName
{
background-color: #5D4B71;
}
.BgClassName
{
background-color: #5D4B71;
}
</style>
border-color css
<style>
span { border-color: #5D4B71; }
span { border-color: rgb(93,75,113); }
td.TdClassName
{
border-color: #5D4B71;
}
.TagClassName
{
border-color: #5D4B71;
}
</style>