#5B496F

Color #5B496F Mobster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mobster #5B496F

Tints of Mobster #5B496F

Color information

#5B496F (or 0x5B496F) is unknown color: approx Mobster. HEX triplet: 5B, 49 and 6F. RGB value is (91,73,111). Sum of RGB (Red+Green+Blue) = 91+73+111=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B496F is #A4B690. Grayscale: #525252. Windows color (decimal): -10794641 or 7293275. OLE color: 7293275.

HSL color Cylindrical-coordinate representation of color #5B496F: hue angle of 268.42º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B496F is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9173111-
CMYK0.180.3400.56
HSL268.42º20.65%36.08%-
HSV(B)268.42º34.23%43.53%-
XYZ9.578.1416.11-
YUV82.71143.96133.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 33.09%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=33.09%
G=26.55%
B=40.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91731110.180.3400.56268.4220.6536.08
Hex5B496F122203810c1524
Octal13311115722420704142544
Binary10110111001001110111110010100010011100010000110010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B496F; }

 p { color: rgb(91,73,111); }

 H1.HeaderClassName
 {
   color: #5B496F;
 }
 .AnyTagClassName
 {
   color: #5B496F;
 }
</style>
background-color css

<style>
 a { background-color: #5B496F; }

 a { background-color: rgb(91,73,111); }

 div.DivClassName
 {
   background-color: #5B496F;
 }
 .BgClassName
 {
   background-color: #5B496F;
 }
</style>
border-color css

<style>
 span { border-color: #5B496F; }

 span { border-color: rgb(91,73,111); }

 td.TdClassName
 {
   border-color: #5B496F;
 }
 .TagClassName
 {
   border-color: #5B496F;
 }
</style>