Shades of Mobster #5D5465
Tints of Mobster #5D5465
RGB
CMYK
RGB Variations
Color information
#5D5465 (or 0x5D5465) is known color: Mobster. HEX triplet: 5D, 54 and 65. RGB value is (93,84,101). Sum of RGB (Red+Green+Blue) = 93+84+101=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D5465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5465 is #A2AB9A. Grayscale: #585858. Windows color (decimal): -10660763 or 6640733. OLE color: 6640733.
HSL color Cylindrical-coordinate representation of color #5D5465: hue angle of 271.76º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D5465 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 84 | 101 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.60 |
| HSL | 271.76º | 0.09% | 0.36% | - |
| HSV(B) | 271.76º | 0.17% | 0.4% | - |
| XYZ | 10.03 | 9.61 | 13.64 | - |
| YUV | 88.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 101 | 0.08 | 0.17 | 0 | 0.60 | 271.76 | 0.09 | 0.36 |
| Hex | 5D | 54 | 65 | 8 | 11 | 0 | 3C | 110 | 9 | 24 |
| Octal | 135 | 124 | 145 | 10 | 21 | 0 | 74 | 420 | 11 | 44 |
| Binary | 1011101 | 1010100 | 1100101 | 1000 | 10001 | 0 | 111100 | 100010000 | 1001 | 100100 |
Color Harmonies of #5D5465
Complementary color
Monochromatic Colors of #5D5465
Black with #5D5465
Text Example
Text Example
White with #5D5465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5465; }
p { color: rgb(93,84,101); }
H1.HeaderClassName
{
color: #5D5465;
}
.AnyTagClassName
{
color: #5D5465;
}
</style>
background-color css
<style>
a { background-color: #5D5465; }
a { background-color: rgb(93,84,101); }
div.DivClassName
{
background-color: #5D5465;
}
.BgClassName
{
background-color: #5D5465;
}
</style>
border-color css
<style>
span { border-color: #5D5465; }
span { border-color: rgb(93,84,101); }
td.TdClassName
{
border-color: #5D5465;
}
.TagClassName
{
border-color: #5D5465;
}
</style>