COLOR #5B3EC1

HEX: #5B3EC1
RGB: (91,62,193)

Color info

#5B3EC1 contains mainly blue color. Web safe color of #5B3EC1 is #6633CC (or #63C).

RGB color model

#5B3EC1 color RGB value is (91,62,193).

  • red value is 91;
  • green value is 62;
  • blue value is 193.
RGB:
(91,62,193)
(36%,24%,76%)

RGB channels and saturation

R 91 of 255 = 36%
G 62 of 255 = 24%
B 193 of 255 = 76%

91
62
193

R + G + B ~ 45%. #5B3EC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 62 + 193 = 346 (100%)
R 91 of 346 ~ 26.3%
G 62 of 346 ~ 17.92%
B 193 of 346 ~ 55.78%

%26.3
%17.92
%55.78

CMYK color model

#5B3EC1 color CMYK value is (53,68,0,24).

  • cyan value is 52.85%
  • magenta value is 67.88%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(53,68,0,24)
C53M68Y0K24 
(53%,68%,0%,24%)
(0.53/0.68/0.00/0.24)	

CMYK percentages

%52.85
%67.88
%0
%24.31

Codes

Color #5B3EC1 in popluar color models

5B3EC1
RGB9162193
HSL253°51.37%50.00%
HSB/HSV253°67.88%75.69%
CMYK52.85%67.88%0.00%
24.31%

Color #5B3EC1 in popluar number systems.

HEX5B3EC1
Decimal9162193
Binary101101111111011000001
Octal13376301

Shades and tints

Shades of #5B3EC1

#5B3EC1
(91,62,193)
#5339B0
(83,57,176)
#4B349F
(75,52,159)
#432F8E
(67,47,142)
#3B2A7D
(59,42,125)
#33256C
(51,37,108)
#2B205B
(43,32,91)
#231B4A
(35,27,74)
#1B1639
(27,22,57)
#131128
(19,17,40)
#0B0C17
(11,12,23)
#000000
(0,0,0)

Tints of #5B3EC1

#5B3EC1
(91,62,193)
#694FC6
(105,79,198)
#7760CB
(119,96,203)
#8571D0
(133,113,208)
#9382D5
(147,130,213)
#A193DA
(161,147,218)
#AFA4DF
(175,164,223)
#BDB5E4
(189,181,228)
#CBC6E9
(203,198,233)
#D9D7EE
(217,215,238)
#E7E8F3
(231,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3EC1 color. Also use rgb(91,62,193) instead hex code.

Text Font Color

.myTextColor { color: #5B3EC1; }

<p style="color:#5B3EC1">This sample text font color is #5B3EC1.</p>

This text font color is #5B3EC1.


Background Color

.myBgColor { background-color: #5B3EC1; }

<div style="background-color:#5B3EC1">Inner text</div>

This div background color is #5B3EC1.


Border color

.myBorderColor { border: 1px solid #5B3EC1; }

<div style="border:3px solid #5B3EC1">Div</div>

This div border color is #5B3EC1.


Opacity

.myOpacity80 { color: #5B3EC1; opacity: 0.8; }

<p style="color:#5B3EC1;opacity:0.8;">80%</p>

Text with #5B3EC1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5B3EC1;}

<p style="text-shadow: 3px 3px 1px #5B3EC1">Text here.</p>

This text has shadow with #5B3EC1 color.

.textShadow {text-shadow: 3px 3px 1px #5B3EC1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5B3EC1, 5px 5px 20px red">Text here.</p>

This text has shadow with #5B3EC1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5B3EC1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5B3EC1, Direction=45, Strength=4)">Text</p>

This text has shadow with #5B3EC1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5B3EC1;
  -webkit-box-shadow:	1px 1px 3px 2px #5B3EC1;
  box-shadow:		1px 1px 3px 2px #5B3EC1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5B3EC1;
-webkit-box-shadow: 1px 1px 3px 2px #5B3EC1;
box-shadow:1px 1px 3px 2px #5B3EC1;">
Div content here</div>
This div box has shadow with color #5B3EC1.

Preview

Color preview on black background

This text has color #5B3EC1 on black background.


Color preview on white background

This text has color #5B3EC1 on white background.



Black color preview on #5B3EC1 background

This text has black color on #5B3EC1 background.


White color preview on #5B3EC1 background

This text has white color on #5B3EC1 background.