Shades of Mobster #5D5763
Tints of Mobster #5D5763
RGB
CMYK
RGB Variations
Color information
#5D5763 (or 0x5D5763) is known color: Mobster. HEX triplet: 5D, 57 and 63. RGB value is (93,87,99). Sum of RGB (Red+Green+Blue) = 93+87+99=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D5763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5763 is #A2A89C. Grayscale: #5A5A5A. Windows color (decimal): -10659997 or 6510429. OLE color: 6510429.
HSL color Cylindrical-coordinate representation of color #5D5763: hue angle of 270º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D5763 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 87 | 99 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.61 |
| HSL | 270º | 0.06% | 0.36% | - |
| HSV(B) | 270º | 0.12% | 0.39% | - |
| XYZ | 10.17 | 10.04 | 13.21 | - |
| YUV | 90.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 99 | 0.06 | 0.12 | 0 | 0.61 | 270 | 0.06 | 0.36 |
| Hex | 5D | 57 | 63 | 6 | C | 0 | 3D | 10E | 6 | 24 |
| Octal | 135 | 127 | 143 | 6 | 14 | 0 | 75 | 416 | 6 | 44 |
| Binary | 1011101 | 1010111 | 1100011 | 110 | 1100 | 0 | 111101 | 100001110 | 110 | 100100 |
Color Harmonies of #5D5763
Complementary color
Monochromatic Colors of #5D5763
Black with #5D5763
Text Example
Text Example
White with #5D5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5763; }
p { color: rgb(93,87,99); }
H1.HeaderClassName
{
color: #5D5763;
}
.AnyTagClassName
{
color: #5D5763;
}
</style>
background-color css
<style>
a { background-color: #5D5763; }
a { background-color: rgb(93,87,99); }
div.DivClassName
{
background-color: #5D5763;
}
.BgClassName
{
background-color: #5D5763;
}
</style>
border-color css
<style>
span { border-color: #5D5763; }
span { border-color: rgb(93,87,99); }
td.TdClassName
{
border-color: #5D5763;
}
.TagClassName
{
border-color: #5D5763;
}
</style>