COLOR #5B4E8D

HEX: #5B4E8D RGB: (91,78,141)

Color info

#5B4E8D contains mainly red and blue colors. Web safe color of #5B4E8D is #666699 (or #669).

RGB color model

#5B4E8D color RGB value is (91,78,141).

RGB: (91,78,141) (36%, 31%, 55%)

RGB channels and saturation

R 91 of 255 = 36%
G 78 of 255 = 31%
B 141 of 255 = 55%

91
78
141

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

Portions of RGB colors in percentages

R + G + B = 91 + 78 + 141 = 310 (100%)
R 91 of 310 ~ 29.35%
G 78 of 310 ~ 25.16%
B 141 of 310 ~ 45.48'%

%29.35
%25.16
%45.48

CMYK color model

#5B4E8D color CMYK value is (35,45,0,45).

  • cyan value is 35.46%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (35,45,0,45)
C35M45Y0K45 (35%, 45%, 0%, 45%)
(0.35 / 0.45 / 0.00 / 0.45)

CMYK percentages

%35.46
%44.68
%0
%44.71

Codes

Color #5B4E8D in popluar color models

5B 4E 8D
RGB 91 78 141
HSL 252° 28.77% 42.94%
HSB/HSV 252° 44.68% 55.29%
CMYK 35.46% 44.68% 0.00%
44.71%

Color #5B4E8D in popluar number systems.

HEX 5B 4E 8D
Decimal 91 78 141
Binary 1011011 1001110 10001101
Octal 133 116 215

Shades and tints

Shades of #5B4E8D

#5B4E8D
(91,78,141)
#534781
(83,71,129)
#4B4075
(75,64,117)
#433969
(67,57,105)
#3B325D
(59,50,93)
#332B51
(51,43,81)
#2B2445
(43,36,69)
#231D39
(35,29,57)
#1B162D
(27,22,45)
#130F21
(19,15,33)
#0B0815
(11,8,21)
#000000
(0,0,0)

Tints of #5B4E8D

#5B4E8D
(91,78,141)
#695E97
(105,94,151)
#776EA1
(119,110,161)
#857EAB
(133,126,171)
#938EB5
(147,142,181)
#A19EBF
(161,158,191)
#AFAEC9
(175,174,201)
#BDBED3
(189,190,211)
#CBCEDD
(203,206,221)
#D9DEE7
(217,222,231)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4E8D color. Also use rgb(91,78,141) instead hex code.

Text Font Color

.myTextColor { color: #5B4E8D; }

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

This text font color is #5B4E8D.

Background Color

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

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

This div background color is #5B4E8D.

Border color

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

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

This div border color is #5B4E8D.

Opacity

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

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

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

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

This text has shadow with #5B4E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4E8D.

Preview

Color preview on black background

This text has color #5B4E8D on black background.


Color preview on white background

This text has color #5B4E8D on white background.


Black color preview on #5B4E8D background

This text has black color on #5B4E8D background.


White color preview on #5B4E8D background

This text has white color on #5B4E8D background.


Related colors

Complementary color

Complementary color for #hex is #A4B172.


I love getcolorcode.com

Triadic colors

1 #8D5B4E and #4E8D5B with #5B4E8D are triadic colors.

2 #8D4E5B and #4E5B8D with #5B4E8D are triadic colors.