COLOR #5B31E8

HEX: #5B31E8
RGB: (91,49,232)

Color info

#5B31E8 contains mainly blue color. Web safe color of #5B31E8 is #6633FF (or #63F).

RGB color model

#5B31E8 color RGB value is (91,49,232).

  • red value is 91;
  • green value is 49;
  • blue value is 232.
RGB:
(91,49,232)
(36%,19%,91%)

RGB channels and saturation

R 91 of 255 = 36%
G 49 of 255 = 19%
B 232 of 255 = 91%

91
49
232

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

Portions of RGB colors in percentages

R + G + B =
91 + 49 + 232 = 372 (100%)
R 91 of 372 ~ 24.46%
G 49 of 372 ~ 13.17%
B 232 of 372 ~ 62.37%

%24.46
%13.17
%62.37

CMYK color model

#5B31E8 color CMYK value is (61,79,0,9).

  • cyan value is 60.78%
  • magenta value is 78.88%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(61,79,0,9)
C61M79Y0K9 
(61%,79%,0%,9%)
(0.61/0.79/0.00/0.09)	

CMYK percentages

%60.78
%78.88
%0
%9.02

Codes

Color #5B31E8 in popluar color models

5B31E8
RGB9149232
HSL254°79.91%55.10%
HSB/HSV254°78.88%90.98%
CMYK60.78%78.88%0.00%
9.02%

Color #5B31E8 in popluar number systems.

HEX5B31E8
Decimal9149232
Binary101101111000111101000
Octal13361350

Shades and tints

Shades of #5B31E8

#5B31E8
(91,49,232)
#532DD3
(83,45,211)
#4B29BE
(75,41,190)
#4325A9
(67,37,169)
#3B2194
(59,33,148)
#331D7F
(51,29,127)
#2B196A
(43,25,106)
#231555
(35,21,85)
#1B1140
(27,17,64)
#130D2B
(19,13,43)
#0B0916
(11,9,22)
#000000
(0,0,0)

Tints of #5B31E8

#5B31E8
(91,49,232)
#6943EA
(105,67,234)
#7755EC
(119,85,236)
#8567EE
(133,103,238)
#9379F0
(147,121,240)
#A18BF2
(161,139,242)
#AF9DF4
(175,157,244)
#BDAFF6
(189,175,246)
#CBC1F8
(203,193,248)
#D9D3FA
(217,211,250)
#E7E5FC
(231,229,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B31E8 color. Also use rgb(91,49,232) instead hex code.

Text Font Color

.myTextColor { color: #5B31E8; }

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

This text font color is #5B31E8.


Background Color

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

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

This div background color is #5B31E8.


Border color

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

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

This div border color is #5B31E8.


Opacity

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

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

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

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

This text has shadow with #5B31E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B31E8 on black background.


Color preview on white background

This text has color #5B31E8 on white background.



Black color preview on #5B31E8 background

This text has black color on #5B31E8 background.


White color preview on #5B31E8 background

This text has white color on #5B31E8 background.