COLOR #5B53CE

HEX: #5B53CE
RGB: (91,83,206)

Color info

#5B53CE contains mainly blue color. Web safe color of #5B53CE is #6666CC (or #66C).

RGB color model

#5B53CE color RGB value is (91,83,206).

  • red value is 91;
  • green value is 83;
  • blue value is 206.
RGB:
(91,83,206)
(36%,33%,81%)

RGB channels and saturation

R 91 of 255 = 36%
G 83 of 255 = 33%
B 206 of 255 = 81%

91
83
206

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

Portions of RGB colors in percentages

R + G + B =
91 + 83 + 206 = 380 (100%)
R 91 of 380 ~ 23.95%
G 83 of 380 ~ 21.84%
B 206 of 380 ~ 54.21%

%23.95
%21.84
%54.21

CMYK color model

#5B53CE color CMYK value is (56,60,0,19).

  • cyan value is 55.83%
  • magenta value is 59.71%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(56,60,0,19)
C56M60Y0K19 
(56%,60%,0%,19%)
(0.56/0.60/0.00/0.19)	

CMYK percentages

%55.83
%59.71
%0
%19.22

Codes

Color #5B53CE in popluar color models

5B53CE
RGB9183206
HSL244°55.66%56.67%
HSB/HSV244°59.71%80.78%
CMYK55.83%59.71%0.00%
19.22%

Color #5B53CE in popluar number systems.

HEX5B53CE
Decimal9183206
Binary1011011101001111001110
Octal133123316

Shades and tints

Shades of #5B53CE

#5B53CE
(91,83,206)
#534CBC
(83,76,188)
#4B45AA
(75,69,170)
#433E98
(67,62,152)
#3B3786
(59,55,134)
#333074
(51,48,116)
#2B2962
(43,41,98)
#232250
(35,34,80)
#1B1B3E
(27,27,62)
#13142C
(19,20,44)
#0B0D1A
(11,13,26)
#000000
(0,0,0)

Tints of #5B53CE

#5B53CE
(91,83,206)
#6962D2
(105,98,210)
#7771D6
(119,113,214)
#8580DA
(133,128,218)
#938FDE
(147,143,222)
#A19EE2
(161,158,226)
#AFADE6
(175,173,230)
#BDBCEA
(189,188,234)
#CBCBEE
(203,203,238)
#D9DAF2
(217,218,242)
#E7E9F6
(231,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B53CE color. Also use rgb(91,83,206) instead hex code.

Text Font Color

.myTextColor { color: #5B53CE; }

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

This text font color is #5B53CE.


Background Color

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

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

This div background color is #5B53CE.


Border color

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

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

This div border color is #5B53CE.


Opacity

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

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

Text with #5B53CE 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 #5B53CE;}

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

This text has shadow with #5B53CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B53CE on black background.


Color preview on white background

This text has color #5B53CE on white background.



Black color preview on #5B53CE background

This text has black color on #5B53CE background.


White color preview on #5B53CE background

This text has white color on #5B53CE background.