Shades of Mobster #5D506F
Tints of Mobster #5D506F
RGB
CMYK
RGB Variations
Color information
#5D506F (or 0x5D506F) is known color: Mobster. HEX triplet: 5D, 50 and 6F. RGB value is (93,80,111). Sum of RGB (Red+Green+Blue) = 93+80+111=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #5D506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D506F is #A2AF90. Grayscale: #575757. Windows color (decimal): -10661777 or 7295069. OLE color: 7295069.
HSL color Cylindrical-coordinate representation of color #5D506F: hue angle of 265.16º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D506F is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 80 | 111 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.56 |
| HSL | 265.16º | 0.16% | 0.37% | - |
| HSV(B) | 265.16º | 0.28% | 0.44% | - |
| XYZ | 10.25 | 9.21 | 16.28 | - |
| YUV | 87.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 111 | 0.16 | 0.28 | 0 | 0.56 | 265.16 | 0.16 | 0.37 |
| Hex | 5D | 50 | 6F | 10 | 1C | 0 | 38 | 109 | 10 | 25 |
| Octal | 135 | 120 | 157 | 20 | 34 | 0 | 70 | 411 | 20 | 45 |
| Binary | 1011101 | 1010000 | 1101111 | 10000 | 11100 | 0 | 111000 | 100001001 | 10000 | 100101 |
Color Harmonies of #5D506F
Complementary color
Monochromatic Colors of #5D506F
Black with #5D506F
Text Example
Text Example
White with #5D506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D506F; }
p { color: rgb(93,80,111); }
H1.HeaderClassName
{
color: #5D506F;
}
.AnyTagClassName
{
color: #5D506F;
}
</style>
background-color css
<style>
a { background-color: #5D506F; }
a { background-color: rgb(93,80,111); }
div.DivClassName
{
background-color: #5D506F;
}
.BgClassName
{
background-color: #5D506F;
}
</style>
border-color css
<style>
span { border-color: #5D506F; }
span { border-color: rgb(93,80,111); }
td.TdClassName
{
border-color: #5D506F;
}
.TagClassName
{
border-color: #5D506F;
}
</style>