Shades of Mobster #5D5272
Tints of Mobster #5D5272
RGB
CMYK
RGB Variations
Color information
#5D5272 (or 0x5D5272) is known color: Mobster. HEX triplet: 5D, 52 and 72. RGB value is (93,82,114). Sum of RGB (Red+Green+Blue) = 93+82+114=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D5272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5272 is #A2AD8D. Grayscale: #585858. Windows color (decimal): -10661262 or 7492189. OLE color: 7492189.
HSL color Cylindrical-coordinate representation of color #5D5272: hue angle of 260.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D5272 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 82 | 114 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.55 |
| HSL | 260.63º | 0.16% | 0.38% | - |
| HSV(B) | 260.63º | 0.28% | 0.45% | - |
| XYZ | 10.57 | 9.58 | 17.21 | - |
| YUV | 88.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 114 | 0.18 | 0.28 | 0 | 0.55 | 260.63 | 0.16 | 0.38 |
| Hex | 5D | 52 | 72 | 12 | 1C | 0 | 37 | 105 | 10 | 26 |
| Octal | 135 | 122 | 162 | 22 | 34 | 0 | 67 | 405 | 20 | 46 |
| Binary | 1011101 | 1010010 | 1110010 | 10010 | 11100 | 0 | 110111 | 100000101 | 10000 | 100110 |
Color Harmonies of #5D5272
Complementary color
Monochromatic Colors of #5D5272
Black with #5D5272
Text Example
Text Example
White with #5D5272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5272; }
p { color: rgb(93,82,114); }
H1.HeaderClassName
{
color: #5D5272;
}
.AnyTagClassName
{
color: #5D5272;
}
</style>
background-color css
<style>
a { background-color: #5D5272; }
a { background-color: rgb(93,82,114); }
div.DivClassName
{
background-color: #5D5272;
}
.BgClassName
{
background-color: #5D5272;
}
</style>
border-color css
<style>
span { border-color: #5D5272; }
span { border-color: rgb(93,82,114); }
td.TdClassName
{
border-color: #5D5272;
}
.TagClassName
{
border-color: #5D5272;
}
</style>