COLOR #5B55B1

HEX: #5B55B1
RGB: (91,85,177)

Color info

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

RGB color model

#5B55B1 color RGB value is (91,85,177).

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

RGB channels and saturation

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

91
85
177

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

Portions of RGB colors in percentages

R + G + B =
91 + 85 + 177 = 353 (100%)
R 91 of 353 ~ 25.78%
G 85 of 353 ~ 24.08%
B 177 of 353 ~ 50.14%

%25.78
%24.08
%50.14

CMYK color model

#5B55B1 color CMYK value is (49,52,0,31).

  • cyan value is 48.59%
  • magenta value is 51.98%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(49,52,0,31)
C49M52Y0K31 
(49%,52%,0%,31%)
(0.49/0.52/0.00/0.31)	

CMYK percentages

%48.59
%51.98
%0
%30.59

Codes

Color #5B55B1 in popluar color models

5B55B1
RGB9185177
HSL244°37.10%51.37%
HSB/HSV244°51.98%69.41%
CMYK48.59%51.98%0.00%
30.59%

Color #5B55B1 in popluar number systems.

HEX5B55B1
Decimal9185177
Binary1011011101010110110001
Octal133125261

Shades and tints

Shades of #5B55B1

#5B55B1
(91,85,177)
#534EA1
(83,78,161)
#4B4791
(75,71,145)
#434081
(67,64,129)
#3B3971
(59,57,113)
#333261
(51,50,97)
#2B2B51
(43,43,81)
#232441
(35,36,65)
#1B1D31
(27,29,49)
#131621
(19,22,33)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #5B55B1

#5B55B1
(91,85,177)
#6964B8
(105,100,184)
#7773BF
(119,115,191)
#8582C6
(133,130,198)
#9391CD
(147,145,205)
#A1A0D4
(161,160,212)
#AFAFDB
(175,175,219)
#BDBEE2
(189,190,226)
#CBCDE9
(203,205,233)
#D9DCF0
(217,220,240)
#E7EBF7
(231,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B55B1; }

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

This text font color is #5B55B1.


Background Color

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

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

This div background color is #5B55B1.


Border color

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

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

This div border color is #5B55B1.


Opacity

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

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

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

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

This text has shadow with #5B55B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B55B1 on black background.


Color preview on white background

This text has color #5B55B1 on white background.



Black color preview on #5B55B1 background

This text has black color on #5B55B1 background.


White color preview on #5B55B1 background

This text has white color on #5B55B1 background.