COLOR #5B54B1

HEX: #5B54B1
RGB: (91,84,177)

Color info

#5B54B1 contains mainly blue color. Web safe color of #5B54B1 is #666699 (or #669).

RGB color model

#5B54B1 color RGB value is (91,84,177).

  • red value is 91;
  • green value is 84;
  • blue value is 177.
RGB:
(91,84,177)
(36%,33%,69%)

RGB channels and saturation

R 91 of 255 = 36%
G 84 of 255 = 33%
B 177 of 255 = 69%

91
84
177

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

Portions of RGB colors in percentages

R + G + B =
91 + 84 + 177 = 352 (100%)
R 91 of 352 ~ 25.85%
G 84 of 352 ~ 23.86%
B 177 of 352 ~ 50.28%

%25.85
%23.86
%50.28

CMYK color model

#5B54B1 color CMYK value is (49,53,0,31).

  • cyan value is 48.59%
  • magenta value is 52.54%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(49,53,0,31)
C49M53Y0K31 
(49%,53%,0%,31%)
(0.49/0.53/0.00/0.31)	

CMYK percentages

%48.59
%52.54
%0
%30.59

Codes

Color #5B54B1 in popluar color models

5B54B1
RGB9184177
HSL245°37.35%51.18%
HSB/HSV245°52.54%69.41%
CMYK48.59%52.54%0.00%
30.59%

Color #5B54B1 in popluar number systems.

HEX5B54B1
Decimal9184177
Binary1011011101010010110001
Octal133124261

Shades and tints

Shades of #5B54B1

#5B54B1
(91,84,177)
#534DA1
(83,77,161)
#4B4691
(75,70,145)
#433F81
(67,63,129)
#3B3871
(59,56,113)
#333161
(51,49,97)
#2B2A51
(43,42,81)
#232341
(35,35,65)
#1B1C31
(27,28,49)
#131521
(19,21,33)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #5B54B1

#5B54B1
(91,84,177)
#6963B8
(105,99,184)
#7772BF
(119,114,191)
#8581C6
(133,129,198)
#9390CD
(147,144,205)
#A19FD4
(161,159,212)
#AFAEDB
(175,174,219)
#BDBDE2
(189,189,226)
#CBCCE9
(203,204,233)
#D9DBF0
(217,219,240)
#E7EAF7
(231,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B54B1 color. Also use rgb(91,84,177) instead hex code.

Text Font Color

.myTextColor { color: #5B54B1; }

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

This text font color is #5B54B1.


Background Color

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

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

This div background color is #5B54B1.


Border color

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

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

This div border color is #5B54B1.


Opacity

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

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

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

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

This text has shadow with #5B54B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B54B1 on black background.


Color preview on white background

This text has color #5B54B1 on white background.



Black color preview on #5B54B1 background

This text has black color on #5B54B1 background.


White color preview on #5B54B1 background

This text has white color on #5B54B1 background.