Shades of Mobster #5B4B6D
Tints of Mobster #5B4B6D
RGB
CMYK
RGB Variations
Color information
#5B4B6D (or 0x5B4B6D) is known color: Mobster. HEX triplet: 5B, 4B and 6D. RGB value is (91,75,109). Sum of RGB (Red+Green+Blue) = 91+75+109=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B4B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4B6D is #A4B492. Grayscale: #535353. Windows color (decimal): -10794131 or 7162715. OLE color: 7162715.
HSL color Cylindrical-coordinate representation of color #5B4B6D: hue angle of 268.24º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B4B6D is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 75 | 109 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.57 |
| HSL | 268.24º | 0.18% | 0.36% | - |
| HSV(B) | 268.24º | 0.31% | 0.43% | - |
| XYZ | 9.59 | 8.36 | 15.58 | - |
| YUV | 83.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 75 | 109 | 0.17 | 0.31 | 0 | 0.57 | 268.24 | 0.18 | 0.36 |
| Hex | 5B | 4B | 6D | 11 | 1F | 0 | 39 | 10C | 12 | 24 |
| Octal | 133 | 113 | 155 | 21 | 37 | 0 | 71 | 414 | 22 | 44 |
| Binary | 1011011 | 1001011 | 1101101 | 10001 | 11111 | 0 | 111001 | 100001100 | 10010 | 100100 |
Color Harmonies of #5B4B6D
Complementary color
Monochromatic Colors of #5B4B6D
Black with #5B4B6D
Text Example
Text Example
White with #5B4B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4B6D; }
p { color: rgb(91,75,109); }
H1.HeaderClassName
{
color: #5B4B6D;
}
.AnyTagClassName
{
color: #5B4B6D;
}
</style>
background-color css
<style>
a { background-color: #5B4B6D; }
a { background-color: rgb(91,75,109); }
div.DivClassName
{
background-color: #5B4B6D;
}
.BgClassName
{
background-color: #5B4B6D;
}
</style>
border-color css
<style>
span { border-color: #5B4B6D; }
span { border-color: rgb(91,75,109); }
td.TdClassName
{
border-color: #5B4B6D;
}
.TagClassName
{
border-color: #5B4B6D;
}
</style>