COLOR #5B46B1

HEX: #5B46B1
RGB: (91,70,177)

Color info

#5B46B1 contains mainly blue color. Web safe color of #5B46B1 is #663399 (or #639).

RGB color model

#5B46B1 color RGB value is (91,70,177).

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

RGB channels and saturation

R 91 of 255 = 36%
G 70 of 255 = 27%
B 177 of 255 = 69%

91
70
177

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

Portions of RGB colors in percentages

R + G + B =
91 + 70 + 177 = 338 (100%)
R 91 of 338 ~ 26.92%
G 70 of 338 ~ 20.71%
B 177 of 338 ~ 52.37%

%26.92
%20.71
%52.37

CMYK color model

#5B46B1 color CMYK value is (49,60,0,31).

  • cyan value is 48.59%
  • magenta value is 60.45%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(49,60,0,31)
C49M60Y0K31 
(49%,60%,0%,31%)
(0.49/0.60/0.00/0.31)	

CMYK percentages

%48.59
%60.45
%0
%30.59

Codes

Color #5B46B1 in popluar color models

5B46B1
RGB9170177
HSL252°43.32%48.43%
HSB/HSV252°60.45%69.41%
CMYK48.59%60.45%0.00%
30.59%

Color #5B46B1 in popluar number systems.

HEX5B46B1
Decimal9170177
Binary1011011100011010110001
Octal133106261

Shades and tints

Shades of #5B46B1

#5B46B1
(91,70,177)
#5340A1
(83,64,161)
#4B3A91
(75,58,145)
#433481
(67,52,129)
#3B2E71
(59,46,113)
#332861
(51,40,97)
#2B2251
(43,34,81)
#231C41
(35,28,65)
#1B1631
(27,22,49)
#131021
(19,16,33)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #5B46B1

#5B46B1
(91,70,177)
#6956B8
(105,86,184)
#7766BF
(119,102,191)
#8576C6
(133,118,198)
#9386CD
(147,134,205)
#A196D4
(161,150,212)
#AFA6DB
(175,166,219)
#BDB6E2
(189,182,226)
#CBC6E9
(203,198,233)
#D9D6F0
(217,214,240)
#E7E6F7
(231,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B46B1; }

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

This text font color is #5B46B1.


Background Color

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

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

This div background color is #5B46B1.


Border color

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

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

This div border color is #5B46B1.


Opacity

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

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

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

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

This text has shadow with #5B46B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B46B1 on black background.


Color preview on white background

This text has color #5B46B1 on white background.



Black color preview on #5B46B1 background

This text has black color on #5B46B1 background.


White color preview on #5B46B1 background

This text has white color on #5B46B1 background.