Shades of Mobster #5D5268
Tints of Mobster #5D5268
RGB
CMYK
RGB Variations
Color information
#5D5268 (or 0x5D5268) is known color: Mobster. HEX triplet: 5D, 52 and 68. RGB value is (93,82,104). Sum of RGB (Red+Green+Blue) = 93+82+104=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #5D5268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5268 is #A2AD97. Grayscale: #575757. Windows color (decimal): -10661272 or 6836829. OLE color: 6836829.
HSL color Cylindrical-coordinate representation of color #5D5268: hue angle of 270º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D5268 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 82 | 104 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.59 |
| HSL | 270º | 0.12% | 0.36% | - |
| HSV(B) | 270º | 0.21% | 0.41% | - |
| XYZ | 10.03 | 9.36 | 14.37 | - |
| YUV | 87.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 104 | 0.11 | 0.21 | 0 | 0.59 | 270 | 0.12 | 0.36 |
| Hex | 5D | 52 | 68 | B | 15 | 0 | 3B | 10E | C | 24 |
| Octal | 135 | 122 | 150 | 13 | 25 | 0 | 73 | 416 | 14 | 44 |
| Binary | 1011101 | 1010010 | 1101000 | 1011 | 10101 | 0 | 111011 | 100001110 | 1100 | 100100 |
Color Harmonies of #5D5268
Complementary color
Monochromatic Colors of #5D5268
Black with #5D5268
Text Example
Text Example
White with #5D5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5268; }
p { color: rgb(93,82,104); }
H1.HeaderClassName
{
color: #5D5268;
}
.AnyTagClassName
{
color: #5D5268;
}
</style>
background-color css
<style>
a { background-color: #5D5268; }
a { background-color: rgb(93,82,104); }
div.DivClassName
{
background-color: #5D5268;
}
.BgClassName
{
background-color: #5D5268;
}
</style>
border-color css
<style>
span { border-color: #5D5268; }
span { border-color: rgb(93,82,104); }
td.TdClassName
{
border-color: #5D5268;
}
.TagClassName
{
border-color: #5D5268;
}
</style>