Shades of Mobster #5D5068
Tints of Mobster #5D5068
RGB
CMYK
RGB Variations
Color information
#5D5068 (or 0x5D5068) is known color: Mobster. HEX triplet: 5D, 50 and 68. RGB value is (93,80,104). Sum of RGB (Red+Green+Blue) = 93+80+104=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #5D5068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5068 is #A2AF97. Grayscale: #565656. Windows color (decimal): -10661784 or 6836317. OLE color: 6836317.
HSL color Cylindrical-coordinate representation of color #5D5068: hue angle of 272.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D5068 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 80 | 104 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.59 |
| HSL | 272.5º | 0.13% | 0.36% | - |
| HSV(B) | 272.5º | 0.23% | 0.41% | - |
| XYZ | 9.88 | 9.06 | 14.33 | - |
| YUV | 86.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 104 | 0.11 | 0.23 | 0 | 0.59 | 272.5 | 0.13 | 0.36 |
| Hex | 5D | 50 | 68 | B | 17 | 0 | 3B | 110 | D | 24 |
| Octal | 135 | 120 | 150 | 13 | 27 | 0 | 73 | 420 | 15 | 44 |
| Binary | 1011101 | 1010000 | 1101000 | 1011 | 10111 | 0 | 111011 | 100010000 | 1101 | 100100 |
Color Harmonies of #5D5068
Complementary color
Monochromatic Colors of #5D5068
Black with #5D5068
Text Example
Text Example
White with #5D5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5068; }
p { color: rgb(93,80,104); }
H1.HeaderClassName
{
color: #5D5068;
}
.AnyTagClassName
{
color: #5D5068;
}
</style>
background-color css
<style>
a { background-color: #5D5068; }
a { background-color: rgb(93,80,104); }
div.DivClassName
{
background-color: #5D5068;
}
.BgClassName
{
background-color: #5D5068;
}
</style>
border-color css
<style>
span { border-color: #5D5068; }
span { border-color: rgb(93,80,104); }
td.TdClassName
{
border-color: #5D5068;
}
.TagClassName
{
border-color: #5D5068;
}
</style>