COLOR #5B3779

HEX: #5B3779
RGB: (91,55,121)

Color info

#5B3779 contains mainly red and blue colors. Web safe color of #5B3779 is #663366 (or #636).

RGB color model

#5B3779 color RGB value is (91,55,121).

  • red value is 91;
  • green value is 55;
  • blue value is 121.
RGB:
(91,55,121)
(36%,22%,47%)

RGB channels and saturation

R 91 of 255 = 36%
G 55 of 255 = 22%
B 121 of 255 = 47%

91
55
121

R + G + B ~ 35%. #5B3779 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 55 + 121 = 267 (100%)
R 91 of 267 ~ 34.08%
G 55 of 267 ~ 20.6%
B 121 of 267 ~ 45.32%

%34.08
%20.6
%45.32

CMYK color model

#5B3779 color CMYK value is (25,55,0,53).

  • cyan value is 24.79%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(25,55,0,53)
C25M55Y0K53 
(25%,55%,0%,53%)
(0.25/0.55/0.00/0.53)	

CMYK percentages

%24.79
%54.55
%0
%52.55

Codes

Color #5B3779 in popluar color models

5B3779
RGB9155121
HSL273°37.50%34.51%
HSB/HSV273°54.55%47.45%
CMYK24.79%54.55%0.00%
52.55%

Color #5B3779 in popluar number systems.

HEX5B3779
Decimal9155121
Binary10110111101111111001
Octal13367171

Shades and tints

Shades of #5B3779

#5B3779
(91,55,121)
#53326E
(83,50,110)
#4B2D63
(75,45,99)
#432858
(67,40,88)
#3B234D
(59,35,77)
#331E42
(51,30,66)
#2B1937
(43,25,55)
#23142C
(35,20,44)
#1B0F21
(27,15,33)
#130A16
(19,10,22)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #5B3779

#5B3779
(91,55,121)
#694985
(105,73,133)
#775B91
(119,91,145)
#856D9D
(133,109,157)
#937FA9
(147,127,169)
#A191B5
(161,145,181)
#AFA3C1
(175,163,193)
#BDB5CD
(189,181,205)
#CBC7D9
(203,199,217)
#D9D9E5
(217,217,229)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3779 color. Also use rgb(91,55,121) instead hex code.

Text Font Color

.myTextColor { color: #5B3779; }

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

This text font color is #5B3779.


Background Color

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

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

This div background color is #5B3779.


Border color

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

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

This div border color is #5B3779.


Opacity

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

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

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

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

This text has shadow with #5B3779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3779 on black background.


Color preview on white background

This text has color #5B3779 on white background.



Black color preview on #5B3779 background

This text has black color on #5B3779 background.


White color preview on #5B3779 background

This text has white color on #5B3779 background.