Shades of Mobster #5D5863
Tints of Mobster #5D5863
RGB
CMYK
RGB Variations
Color information
#5D5863 (or 0x5D5863) is known color: Mobster. HEX triplet: 5D, 58 and 63. RGB value is (93,88,99). Sum of RGB (Red+Green+Blue) = 93+88+99=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D5863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5863 is #A2A79C. Grayscale: #5A5A5A. Windows color (decimal): -10659741 or 6510685. OLE color: 6510685.
HSL color Cylindrical-coordinate representation of color #5D5863: hue angle of 267.27º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5D5863 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 88 | 99 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.61 |
| HSL | 267.27º | 0.06% | 0.37% | - |
| HSV(B) | 267.27º | 0.11% | 0.39% | - |
| XYZ | 10.26 | 10.21 | 13.23 | - |
| YUV | 90.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 99 | 0.06 | 0.11 | 0 | 0.61 | 267.27 | 0.06 | 0.37 |
| Hex | 5D | 58 | 63 | 6 | B | 0 | 3D | 10B | 6 | 25 |
| Octal | 135 | 130 | 143 | 6 | 13 | 0 | 75 | 413 | 6 | 45 |
| Binary | 1011101 | 1011000 | 1100011 | 110 | 1011 | 0 | 111101 | 100001011 | 110 | 100101 |
Color Harmonies of #5D5863
Complementary color
Monochromatic Colors of #5D5863
Black with #5D5863
Text Example
Text Example
White with #5D5863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5863; }
p { color: rgb(93,88,99); }
H1.HeaderClassName
{
color: #5D5863;
}
.AnyTagClassName
{
color: #5D5863;
}
</style>
background-color css
<style>
a { background-color: #5D5863; }
a { background-color: rgb(93,88,99); }
div.DivClassName
{
background-color: #5D5863;
}
.BgClassName
{
background-color: #5D5863;
}
</style>
border-color css
<style>
span { border-color: #5D5863; }
span { border-color: rgb(93,88,99); }
td.TdClassName
{
border-color: #5D5863;
}
.TagClassName
{
border-color: #5D5863;
}
</style>