COLOR #5B4AE4

HEX: #5B4AE4
RGB: (91,74,228)

Color info

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

RGB color model

#5B4AE4 color RGB value is (91,74,228).

  • red value is 91;
  • green value is 74;
  • blue value is 228.
RGB:
(91,74,228)
(36%,29%,89%)

RGB channels and saturation

R 91 of 255 = 36%
G 74 of 255 = 29%
B 228 of 255 = 89%

91
74
228

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

Portions of RGB colors in percentages

R + G + B =
91 + 74 + 228 = 393 (100%)
R 91 of 393 ~ 23.16%
G 74 of 393 ~ 18.83%
B 228 of 393 ~ 58.02%

%23.16
%18.83
%58.02

CMYK color model

#5B4AE4 color CMYK value is (60,68,0,11).

  • cyan value is 60.09%
  • magenta value is 67.54%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(60,68,0,11)
C60M68Y0K11 
(60%,68%,0%,11%)
(0.60/0.68/0.00/0.11)	

CMYK percentages

%60.09
%67.54
%0
%10.59

Codes

Color #5B4AE4 in popluar color models

5B4AE4
RGB9174228
HSL247°74.04%59.22%
HSB/HSV247°67.54%89.41%
CMYK60.09%67.54%0.00%
10.59%

Color #5B4AE4 in popluar number systems.

HEX5B4AE4
Decimal9174228
Binary1011011100101011100100
Octal133112344

Shades and tints

Shades of #5B4AE4

#5B4AE4
(91,74,228)
#5344D0
(83,68,208)
#4B3EBC
(75,62,188)
#4338A8
(67,56,168)
#3B3294
(59,50,148)
#332C80
(51,44,128)
#2B266C
(43,38,108)
#232058
(35,32,88)
#1B1A44
(27,26,68)
#131430
(19,20,48)
#0B0E1C
(11,14,28)
#000000
(0,0,0)

Tints of #5B4AE4

#5B4AE4
(91,74,228)
#695AE6
(105,90,230)
#776AE8
(119,106,232)
#857AEA
(133,122,234)
#938AEC
(147,138,236)
#A19AEE
(161,154,238)
#AFAAF0
(175,170,240)
#BDBAF2
(189,186,242)
#CBCAF4
(203,202,244)
#D9DAF6
(217,218,246)
#E7EAF8
(231,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4AE4 color. Also use rgb(91,74,228) instead hex code.

Text Font Color

.myTextColor { color: #5B4AE4; }

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

This text font color is #5B4AE4.


Background Color

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

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

This div background color is #5B4AE4.


Border color

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

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

This div border color is #5B4AE4.


Opacity

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

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

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

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

This text has shadow with #5B4AE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4AE4 on black background.


Color preview on white background

This text has color #5B4AE4 on white background.



Black color preview on #5B4AE4 background

This text has black color on #5B4AE4 background.


White color preview on #5B4AE4 background

This text has white color on #5B4AE4 background.