Shades of Mobster #5C5367
Tints of Mobster #5C5367
RGB
CMYK
RGB Variations
Color information
#5C5367 (or 0x5C5367) is known color: Mobster. HEX triplet: 5C, 53 and 67. RGB value is (92,83,103). Sum of RGB (Red+Green+Blue) = 92+83+103=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C5367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5367 is #A3AC98. Grayscale: #575757. Windows color (decimal): -10726553 or 6771548. OLE color: 6771548.
HSL color Cylindrical-coordinate representation of color #5C5367: hue angle of 267º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C5367 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 83 | 103 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.60 |
| HSL | 267º | 0.11% | 0.36% | - |
| HSV(B) | 267º | 0.19% | 0.4% | - |
| XYZ | 9.96 | 9.44 | 14.13 | - |
| YUV | 87.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 103 | 0.11 | 0.19 | 0 | 0.60 | 267 | 0.11 | 0.36 |
| Hex | 5C | 53 | 67 | B | 13 | 0 | 3C | 10B | B | 24 |
| Octal | 134 | 123 | 147 | 13 | 23 | 0 | 74 | 413 | 13 | 44 |
| Binary | 1011100 | 1010011 | 1100111 | 1011 | 10011 | 0 | 111100 | 100001011 | 1011 | 100100 |
Color Harmonies of #5C5367
Complementary color
Monochromatic Colors of #5C5367
Black with #5C5367
Text Example
Text Example
White with #5C5367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5367; }
p { color: rgb(92,83,103); }
H1.HeaderClassName
{
color: #5C5367;
}
.AnyTagClassName
{
color: #5C5367;
}
</style>
background-color css
<style>
a { background-color: #5C5367; }
a { background-color: rgb(92,83,103); }
div.DivClassName
{
background-color: #5C5367;
}
.BgClassName
{
background-color: #5C5367;
}
</style>
border-color css
<style>
span { border-color: #5C5367; }
span { border-color: rgb(92,83,103); }
td.TdClassName
{
border-color: #5C5367;
}
.TagClassName
{
border-color: #5C5367;
}
</style>