Shades of Mobster #5D5265
Tints of Mobster #5D5265
RGB
CMYK
RGB Variations
Color information
#5D5265 (or 0x5D5265) is known color: Mobster. HEX triplet: 5D, 52 and 65. RGB value is (93,82,101). Sum of RGB (Red+Green+Blue) = 93+82+101=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D5265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5265 is #A2AD9A. Grayscale: #575757. Windows color (decimal): -10661275 or 6640221. OLE color: 6640221.
HSL color Cylindrical-coordinate representation of color #5D5265: hue angle of 274.74º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D5265 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 82 | 101 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.60 |
| HSL | 274.74º | 0.1% | 0.36% | - |
| HSV(B) | 274.74º | 0.19% | 0.4% | - |
| XYZ | 9.88 | 9.3 | 13.59 | - |
| YUV | 87.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 101 | 0.08 | 0.19 | 0 | 0.60 | 274.74 | 0.1 | 0.36 |
| Hex | 5D | 52 | 65 | 8 | 13 | 0 | 3C | 113 | A | 24 |
| Octal | 135 | 122 | 145 | 10 | 23 | 0 | 74 | 423 | 12 | 44 |
| Binary | 1011101 | 1010010 | 1100101 | 1000 | 10011 | 0 | 111100 | 100010011 | 1010 | 100100 |
Color Harmonies of #5D5265
Complementary color
Monochromatic Colors of #5D5265
Black with #5D5265
Text Example
Text Example
White with #5D5265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5265; }
p { color: rgb(93,82,101); }
H1.HeaderClassName
{
color: #5D5265;
}
.AnyTagClassName
{
color: #5D5265;
}
</style>
background-color css
<style>
a { background-color: #5D5265; }
a { background-color: rgb(93,82,101); }
div.DivClassName
{
background-color: #5D5265;
}
.BgClassName
{
background-color: #5D5265;
}
</style>
border-color css
<style>
span { border-color: #5D5265; }
span { border-color: rgb(93,82,101); }
td.TdClassName
{
border-color: #5D5265;
}
.TagClassName
{
border-color: #5D5265;
}
</style>