Shades of Mobster #5C5073
Tints of Mobster #5C5073
RGB
CMYK
RGB Variations
Color information
#5C5073 (or 0x5C5073) is known color: Mobster. HEX triplet: 5C, 50 and 73. RGB value is (92,80,115). Sum of RGB (Red+Green+Blue) = 92+80+115=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C5073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5073 is #A3AF8C. Grayscale: #575757. Windows color (decimal): -10727309 or 7557212. OLE color: 7557212.
HSL color Cylindrical-coordinate representation of color #5C5073: hue angle of 260.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C5073 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 80 | 115 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.55 |
| HSL | 260.57º | 0.18% | 0.38% | - |
| HSV(B) | 260.57º | 0.3% | 0.45% | - |
| XYZ | 10.38 | 9.25 | 17.46 | - |
| YUV | 87.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 115 | 0.20 | 0.30 | 0 | 0.55 | 260.57 | 0.18 | 0.38 |
| Hex | 5C | 50 | 73 | 14 | 1E | 0 | 37 | 105 | 12 | 26 |
| Octal | 134 | 120 | 163 | 24 | 36 | 0 | 67 | 405 | 22 | 46 |
| Binary | 1011100 | 1010000 | 1110011 | 10100 | 11110 | 0 | 110111 | 100000101 | 10010 | 100110 |
Color Harmonies of #5C5073
Complementary color
Monochromatic Colors of #5C5073
Black with #5C5073
Text Example
Text Example
White with #5C5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5073; }
p { color: rgb(92,80,115); }
H1.HeaderClassName
{
color: #5C5073;
}
.AnyTagClassName
{
color: #5C5073;
}
</style>
background-color css
<style>
a { background-color: #5C5073; }
a { background-color: rgb(92,80,115); }
div.DivClassName
{
background-color: #5C5073;
}
.BgClassName
{
background-color: #5C5073;
}
</style>
border-color css
<style>
span { border-color: #5C5073; }
span { border-color: rgb(92,80,115); }
td.TdClassName
{
border-color: #5C5073;
}
.TagClassName
{
border-color: #5C5073;
}
</style>