Shades of Mobster #5D506E
Tints of Mobster #5D506E
RGB
CMYK
RGB Variations
Color information
#5D506E (or 0x5D506E) is known color: Mobster. HEX triplet: 5D, 50 and 6E. RGB value is (93,80,110). Sum of RGB (Red+Green+Blue) = 93+80+110=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D506E is #A2AF91. Grayscale: #575757. Windows color (decimal): -10661778 or 7229533. OLE color: 7229533.
HSL color Cylindrical-coordinate representation of color #5D506E: hue angle of 266º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D506E is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 80 | 110 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.57 |
| HSL | 266º | 0.16% | 0.37% | - |
| HSV(B) | 266º | 0.27% | 0.43% | - |
| XYZ | 10.2 | 9.19 | 15.99 | - |
| YUV | 87.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 110 | 0.15 | 0.27 | 0 | 0.57 | 266 | 0.16 | 0.37 |
| Hex | 5D | 50 | 6E | F | 1B | 0 | 39 | 10A | 10 | 25 |
| Octal | 135 | 120 | 156 | 17 | 33 | 0 | 71 | 412 | 20 | 45 |
| Binary | 1011101 | 1010000 | 1101110 | 1111 | 11011 | 0 | 111001 | 100001010 | 10000 | 100101 |
Color Harmonies of #5D506E
Complementary color
Monochromatic Colors of #5D506E
Black with #5D506E
Text Example
Text Example
White with #5D506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D506E; }
p { color: rgb(93,80,110); }
H1.HeaderClassName
{
color: #5D506E;
}
.AnyTagClassName
{
color: #5D506E;
}
</style>
background-color css
<style>
a { background-color: #5D506E; }
a { background-color: rgb(93,80,110); }
div.DivClassName
{
background-color: #5D506E;
}
.BgClassName
{
background-color: #5D506E;
}
</style>
border-color css
<style>
span { border-color: #5D506E; }
span { border-color: rgb(93,80,110); }
td.TdClassName
{
border-color: #5D506E;
}
.TagClassName
{
border-color: #5D506E;
}
</style>