Shades of Mobster #5D5865
Tints of Mobster #5D5865
RGB
CMYK
RGB Variations
Color information
#5D5865 (or 0x5D5865) is known color: Mobster. HEX triplet: 5D, 58 and 65. RGB value is (93,88,101). Sum of RGB (Red+Green+Blue) = 93+88+101=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D5865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5865 is #A2A79A. Grayscale: #5A5A5A. Windows color (decimal): -10659739 or 6641757. OLE color: 6641757.
HSL color Cylindrical-coordinate representation of color #5D5865: hue angle of 263.08º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D5865 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 88 | 101 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.60 |
| HSL | 263.08º | 0.07% | 0.37% | - |
| HSV(B) | 263.08º | 0.13% | 0.4% | - |
| XYZ | 10.35 | 10.25 | 13.74 | - |
| YUV | 90.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 101 | 0.08 | 0.13 | 0 | 0.60 | 263.08 | 0.07 | 0.37 |
| Hex | 5D | 58 | 65 | 8 | D | 0 | 3C | 107 | 7 | 25 |
| Octal | 135 | 130 | 145 | 10 | 15 | 0 | 74 | 407 | 7 | 45 |
| Binary | 1011101 | 1011000 | 1100101 | 1000 | 1101 | 0 | 111100 | 100000111 | 111 | 100101 |
Color Harmonies of #5D5865
Complementary color
Monochromatic Colors of #5D5865
Black with #5D5865
Text Example
Text Example
White with #5D5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5865; }
p { color: rgb(93,88,101); }
H1.HeaderClassName
{
color: #5D5865;
}
.AnyTagClassName
{
color: #5D5865;
}
</style>
background-color css
<style>
a { background-color: #5D5865; }
a { background-color: rgb(93,88,101); }
div.DivClassName
{
background-color: #5D5865;
}
.BgClassName
{
background-color: #5D5865;
}
</style>
border-color css
<style>
span { border-color: #5D5865; }
span { border-color: rgb(93,88,101); }
td.TdClassName
{
border-color: #5D5865;
}
.TagClassName
{
border-color: #5D5865;
}
</style>