Shades of Mobster #5D5463
Tints of Mobster #5D5463
RGB
CMYK
RGB Variations
Color information
#5D5463 (or 0x5D5463) is known color: Mobster. HEX triplet: 5D, 54 and 63. RGB value is (93,84,99). Sum of RGB (Red+Green+Blue) = 93+84+99=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5463 is #A2AB9C. Grayscale: #585858. Windows color (decimal): -10660765 or 6509661. OLE color: 6509661.
HSL color Cylindrical-coordinate representation of color #5D5463: hue angle of 276º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D5463 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 84 | 99 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.61 |
| HSL | 276º | 0.08% | 0.36% | - |
| HSV(B) | 276º | 0.15% | 0.39% | - |
| XYZ | 9.94 | 9.57 | 13.13 | - |
| YUV | 88.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 99 | 0.06 | 0.15 | 0 | 0.61 | 276 | 0.08 | 0.36 |
| Hex | 5D | 54 | 63 | 6 | F | 0 | 3D | 114 | 8 | 24 |
| Octal | 135 | 124 | 143 | 6 | 17 | 0 | 75 | 424 | 10 | 44 |
| Binary | 1011101 | 1010100 | 1100011 | 110 | 1111 | 0 | 111101 | 100010100 | 1000 | 100100 |
Color Harmonies of #5D5463
Complementary color
Monochromatic Colors of #5D5463
Black with #5D5463
Text Example
Text Example
White with #5D5463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5463; }
p { color: rgb(93,84,99); }
H1.HeaderClassName
{
color: #5D5463;
}
.AnyTagClassName
{
color: #5D5463;
}
</style>
background-color css
<style>
a { background-color: #5D5463; }
a { background-color: rgb(93,84,99); }
div.DivClassName
{
background-color: #5D5463;
}
.BgClassName
{
background-color: #5D5463;
}
</style>
border-color css
<style>
span { border-color: #5D5463; }
span { border-color: rgb(93,84,99); }
td.TdClassName
{
border-color: #5D5463;
}
.TagClassName
{
border-color: #5D5463;
}
</style>