Shades of Mobster #5C5563
Tints of Mobster #5C5563
RGB
CMYK
RGB Variations
Color information
#5C5563 (or 0x5C5563) is known color: Mobster. HEX triplet: 5C, 55 and 63. RGB value is (92,85,99). Sum of RGB (Red+Green+Blue) = 92+85+99=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 85 (33.59% from 255 or 30.80% 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 #5C5563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5563 is #A3AA9C. Grayscale: #585858. Windows color (decimal): -10726045 or 6509916. OLE color: 6509916.
HSL color Cylindrical-coordinate representation of color #5C5563: hue angle of 270º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C5563 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 85 | 99 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.61 |
| HSL | 270º | 0.08% | 0.36% | - |
| HSV(B) | 270º | 0.14% | 0.39% | - |
| XYZ | 9.91 | 9.67 | 13.15 | - |
| YUV | 88.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 99 | 0.07 | 0.14 | 0 | 0.61 | 270 | 0.08 | 0.36 |
| Hex | 5C | 55 | 63 | 7 | E | 0 | 3D | 10E | 8 | 24 |
| Octal | 134 | 125 | 143 | 7 | 16 | 0 | 75 | 416 | 10 | 44 |
| Binary | 1011100 | 1010101 | 1100011 | 111 | 1110 | 0 | 111101 | 100001110 | 1000 | 100100 |
Color Harmonies of #5C5563
Complementary color
Monochromatic Colors of #5C5563
Black with #5C5563
Text Example
Text Example
White with #5C5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5563; }
p { color: rgb(92,85,99); }
H1.HeaderClassName
{
color: #5C5563;
}
.AnyTagClassName
{
color: #5C5563;
}
</style>
background-color css
<style>
a { background-color: #5C5563; }
a { background-color: rgb(92,85,99); }
div.DivClassName
{
background-color: #5C5563;
}
.BgClassName
{
background-color: #5C5563;
}
</style>
border-color css
<style>
span { border-color: #5C5563; }
span { border-color: rgb(92,85,99); }
td.TdClassName
{
border-color: #5C5563;
}
.TagClassName
{
border-color: #5C5563;
}
</style>