#5B496E

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

Shades of Mobster #5B496E

Tints of Mobster #5B496E

Color information

#5B496E (or 0x5B496E) is unknown color: approx Mobster. HEX triplet: 5B, 49 and 6E. RGB value is (91,73,110). Sum of RGB (Red+Green+Blue) = 91+73+110=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B496E is #A4B691. Grayscale: #525252. Windows color (decimal): -10794642 or 7227739. OLE color: 7227739.

HSL color Cylindrical-coordinate representation of color #5B496E: hue angle of 269.19º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B496E is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9173110-
CMYK0.170.3400.57
HSL269.19º20.22%35.88%-
HSV(B)269.19º33.64%43.14%-
XYZ9.518.1215.82-
YUV82.6143.46133.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.21%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=33.21%
G=26.64%
B=40.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91731100.170.3400.57269.1920.2235.88
Hex5B496E112203910d1424
Octal13311115621420714152444
Binary10110111001001110111010001100010011100110000110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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