Shades of Mobster #5C5463
Tints of Mobster #5C5463
RGB
CMYK
RGB Variations
Color information
#5C5463 (or 0x5C5463) is known color: Mobster. HEX triplet: 5C, 54 and 63. RGB value is (92,84,99). Sum of RGB (Red+Green+Blue) = 92+84+99=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5463 is #A3AB9C. Grayscale: #585858. Windows color (decimal): -10726301 or 6509660. OLE color: 6509660.
HSL color Cylindrical-coordinate representation of color #5C5463: hue angle of 272º 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 #5C5463 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 84 | 99 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.61 |
| HSL | 272º | 0.08% | 0.36% | - |
| HSV(B) | 272º | 0.15% | 0.39% | - |
| XYZ | 9.84 | 9.52 | 13.12 | - |
| YUV | 88.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 99 | 0.07 | 0.15 | 0 | 0.61 | 272 | 0.08 | 0.36 |
| Hex | 5C | 54 | 63 | 7 | F | 0 | 3D | 110 | 8 | 24 |
| Octal | 134 | 124 | 143 | 7 | 17 | 0 | 75 | 420 | 10 | 44 |
| Binary | 1011100 | 1010100 | 1100011 | 111 | 1111 | 0 | 111101 | 100010000 | 1000 | 100100 |
Color Harmonies of #5C5463
Complementary color
Monochromatic Colors of #5C5463
Black with #5C5463
Text Example
Text Example
White with #5C5463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5463; }
p { color: rgb(92,84,99); }
H1.HeaderClassName
{
color: #5C5463;
}
.AnyTagClassName
{
color: #5C5463;
}
</style>
background-color css
<style>
a { background-color: #5C5463; }
a { background-color: rgb(92,84,99); }
div.DivClassName
{
background-color: #5C5463;
}
.BgClassName
{
background-color: #5C5463;
}
</style>
border-color css
<style>
span { border-color: #5C5463; }
span { border-color: rgb(92,84,99); }
td.TdClassName
{
border-color: #5C5463;
}
.TagClassName
{
border-color: #5C5463;
}
</style>