Shades of Mobster #5C4B71
Tints of Mobster #5C4B71
RGB
CMYK
RGB Variations
Color information
#5C4B71 (or 0x5C4B71) is known color: Mobster. HEX triplet: 5C, 4B and 71. RGB value is (92,75,113). Sum of RGB (Red+Green+Blue) = 92+75+113=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C4B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4B71 is #A3B48E. Grayscale: #545454. Windows color (decimal): -10728591 or 7424860. OLE color: 7424860.
HSL color Cylindrical-coordinate representation of color #5C4B71: hue angle of 266.84º 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 #5C4B71 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 75 | 113 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.56 |
| HSL | 266.84º | 0.2% | 0.37% | - |
| HSV(B) | 266.84º | 0.34% | 0.44% | - |
| XYZ | 9.91 | 8.5 | 16.74 | - |
| YUV | 84.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 75 | 113 | 0.19 | 0.34 | 0 | 0.56 | 266.84 | 0.2 | 0.37 |
| Hex | 5C | 4B | 71 | 13 | 22 | 0 | 38 | 10B | 14 | 25 |
| Octal | 134 | 113 | 161 | 23 | 42 | 0 | 70 | 413 | 24 | 45 |
| Binary | 1011100 | 1001011 | 1110001 | 10011 | 100010 | 0 | 111000 | 100001011 | 10100 | 100101 |
Color Harmonies of #5C4B71
Complementary color
Monochromatic Colors of #5C4B71
Black with #5C4B71
Text Example
Text Example
White with #5C4B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4B71; }
p { color: rgb(92,75,113); }
H1.HeaderClassName
{
color: #5C4B71;
}
.AnyTagClassName
{
color: #5C4B71;
}
</style>
background-color css
<style>
a { background-color: #5C4B71; }
a { background-color: rgb(92,75,113); }
div.DivClassName
{
background-color: #5C4B71;
}
.BgClassName
{
background-color: #5C4B71;
}
</style>
border-color css
<style>
span { border-color: #5C4B71; }
span { border-color: rgb(92,75,113); }
td.TdClassName
{
border-color: #5C4B71;
}
.TagClassName
{
border-color: #5C4B71;
}
</style>