Shades of Mobster #5C4973
Tints of Mobster #5C4973
RGB
CMYK
RGB Variations
Color information
#5C4973 (or 0x5C4973) is known color: Mobster. HEX triplet: 5C, 49 and 73. RGB value is (92,73,115). Sum of RGB (Red+Green+Blue) = 92+73+115=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C4973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4973 is #A3B68C. Grayscale: #535353. Windows color (decimal): -10729101 or 7555420. OLE color: 7555420.
HSL color Cylindrical-coordinate representation of color #5C4973: hue angle of 267.14º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C4973 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 73 | 115 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.55 |
| HSL | 267.14º | 0.22% | 0.37% | - |
| HSV(B) | 267.14º | 0.37% | 0.45% | - |
| XYZ | 9.89 | 8.28 | 17.3 | - |
| YUV | 83.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 115 | 0.20 | 0.37 | 0 | 0.55 | 267.14 | 0.22 | 0.37 |
| Hex | 5C | 49 | 73 | 14 | 25 | 0 | 37 | 10B | 16 | 25 |
| Octal | 134 | 111 | 163 | 24 | 45 | 0 | 67 | 413 | 26 | 45 |
| Binary | 1011100 | 1001001 | 1110011 | 10100 | 100101 | 0 | 110111 | 100001011 | 10110 | 100101 |
Color Harmonies of #5C4973
Complementary color
Monochromatic Colors of #5C4973
Black with #5C4973
Text Example
Text Example
White with #5C4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4973; }
p { color: rgb(92,73,115); }
H1.HeaderClassName
{
color: #5C4973;
}
.AnyTagClassName
{
color: #5C4973;
}
</style>
background-color css
<style>
a { background-color: #5C4973; }
a { background-color: rgb(92,73,115); }
div.DivClassName
{
background-color: #5C4973;
}
.BgClassName
{
background-color: #5C4973;
}
</style>
border-color css
<style>
span { border-color: #5C4973; }
span { border-color: rgb(92,73,115); }
td.TdClassName
{
border-color: #5C4973;
}
.TagClassName
{
border-color: #5C4973;
}
</style>