Shades of Mobster #5D5365
Tints of Mobster #5D5365
RGB
CMYK
RGB Variations
Color information
#5D5365 (or 0x5D5365) is known color: Mobster. HEX triplet: 5D, 53 and 65. RGB value is (93,83,101). Sum of RGB (Red+Green+Blue) = 93+83+101=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D5365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5365 is #A2AC9A. Grayscale: #575757. Windows color (decimal): -10661019 or 6640477. OLE color: 6640477.
HSL color Cylindrical-coordinate representation of color #5D5365: hue angle of 273.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D5365 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 83 | 101 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.60 |
| HSL | 273.33º | 0.1% | 0.36% | - |
| HSV(B) | 273.33º | 0.18% | 0.4% | - |
| XYZ | 9.96 | 9.45 | 13.61 | - |
| YUV | 88.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 101 | 0.08 | 0.18 | 0 | 0.60 | 273.33 | 0.1 | 0.36 |
| Hex | 5D | 53 | 65 | 8 | 12 | 0 | 3C | 111 | A | 24 |
| Octal | 135 | 123 | 145 | 10 | 22 | 0 | 74 | 421 | 12 | 44 |
| Binary | 1011101 | 1010011 | 1100101 | 1000 | 10010 | 0 | 111100 | 100010001 | 1010 | 100100 |
Color Harmonies of #5D5365
Complementary color
Monochromatic Colors of #5D5365
Black with #5D5365
Text Example
Text Example
White with #5D5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5365; }
p { color: rgb(93,83,101); }
H1.HeaderClassName
{
color: #5D5365;
}
.AnyTagClassName
{
color: #5D5365;
}
</style>
background-color css
<style>
a { background-color: #5D5365; }
a { background-color: rgb(93,83,101); }
div.DivClassName
{
background-color: #5D5365;
}
.BgClassName
{
background-color: #5D5365;
}
</style>
border-color css
<style>
span { border-color: #5D5365; }
span { border-color: rgb(93,83,101); }
td.TdClassName
{
border-color: #5D5365;
}
.TagClassName
{
border-color: #5D5365;
}
</style>