Shades of Mobster #5C5365
Tints of Mobster #5C5365
RGB
CMYK
RGB Variations
Color information
#5C5365 (or 0x5C5365) is known color: Mobster. HEX triplet: 5C, 53 and 65. RGB value is (92,83,101). Sum of RGB (Red+Green+Blue) = 92+83+101=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 101 - color contains mainly: blue. Hex color #5C5365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5365 is #A3AC9A. Grayscale: #575757. Windows color (decimal): -10726555 or 6640476. OLE color: 6640476.
HSL color Cylindrical-coordinate representation of color #5C5365: hue angle of 270º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C5365 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 83 | 101 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.60 |
| HSL | 270º | 0.1% | 0.36% | - |
| HSV(B) | 270º | 0.18% | 0.4% | - |
| XYZ | 9.86 | 9.4 | 13.61 | - |
| YUV | 87.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 101 | 0.09 | 0.18 | 0 | 0.60 | 270 | 0.1 | 0.36 |
| Hex | 5C | 53 | 65 | 9 | 12 | 0 | 3C | 10E | A | 24 |
| Octal | 134 | 123 | 145 | 11 | 22 | 0 | 74 | 416 | 12 | 44 |
| Binary | 1011100 | 1010011 | 1100101 | 1001 | 10010 | 0 | 111100 | 100001110 | 1010 | 100100 |
Color Harmonies of #5C5365
Complementary color
Monochromatic Colors of #5C5365
Black with #5C5365
Text Example
Text Example
White with #5C5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5365; }
p { color: rgb(92,83,101); }
H1.HeaderClassName
{
color: #5C5365;
}
.AnyTagClassName
{
color: #5C5365;
}
</style>
background-color css
<style>
a { background-color: #5C5365; }
a { background-color: rgb(92,83,101); }
div.DivClassName
{
background-color: #5C5365;
}
.BgClassName
{
background-color: #5C5365;
}
</style>
border-color css
<style>
span { border-color: #5C5365; }
span { border-color: rgb(92,83,101); }
td.TdClassName
{
border-color: #5C5365;
}
.TagClassName
{
border-color: #5C5365;
}
</style>