Shades of Mobster #5D5070
Tints of Mobster #5D5070
RGB
CMYK
RGB Variations
Color information
#5D5070 (or 0x5D5070) is known color: Mobster. HEX triplet: 5D, 50 and 70. RGB value is (93,80,112). Sum of RGB (Red+Green+Blue) = 93+80+112=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D5070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5070 is #A2AF8F. Grayscale: #575757. Windows color (decimal): -10661776 or 7360605. OLE color: 7360605.
HSL color Cylindrical-coordinate representation of color #5D5070: hue angle of 264.38º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D5070 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 80 | 112 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.56 |
| HSL | 264.38º | 0.17% | 0.38% | - |
| HSV(B) | 264.38º | 0.29% | 0.44% | - |
| XYZ | 10.31 | 9.23 | 16.57 | - |
| YUV | 87.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 112 | 0.17 | 0.29 | 0 | 0.56 | 264.38 | 0.17 | 0.38 |
| Hex | 5D | 50 | 70 | 11 | 1D | 0 | 38 | 108 | 11 | 26 |
| Octal | 135 | 120 | 160 | 21 | 35 | 0 | 70 | 410 | 21 | 46 |
| Binary | 1011101 | 1010000 | 1110000 | 10001 | 11101 | 0 | 111000 | 100001000 | 10001 | 100110 |
Color Harmonies of #5D5070
Complementary color
Monochromatic Colors of #5D5070
Black with #5D5070
Text Example
Text Example
White with #5D5070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5070; }
p { color: rgb(93,80,112); }
H1.HeaderClassName
{
color: #5D5070;
}
.AnyTagClassName
{
color: #5D5070;
}
</style>
background-color css
<style>
a { background-color: #5D5070; }
a { background-color: rgb(93,80,112); }
div.DivClassName
{
background-color: #5D5070;
}
.BgClassName
{
background-color: #5D5070;
}
</style>
border-color css
<style>
span { border-color: #5D5070; }
span { border-color: rgb(93,80,112); }
td.TdClassName
{
border-color: #5D5070;
}
.TagClassName
{
border-color: #5D5070;
}
</style>