COLOR #5E5B8B

HEX: #5E5B8B
RGB: (94,91,139)

Color info

#5E5B8B contains red, green and blue colors in about the same proportion. Web safe color of #5E5B8B is #666699 (or #669).

RGB color model

#5E5B8B color RGB value is (94,91,139).

  • red value is 94;
  • green value is 91;
  • blue value is 139.
RGB:
(94,91,139)
(37%,36%,55%)

RGB channels and saturation

R 94 of 255 = 37%
G 91 of 255 = 36%
B 139 of 255 = 55%

94
91
139

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

Portions of RGB colors in percentages

R + G + B =
94 + 91 + 139 = 324 (100%)
R 94 of 324 ~ 29.01%
G 91 of 324 ~ 28.09%
B 139 of 324 ~ 42.9%

%29.01
%28.09
%42.9

CMYK color model

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

  • cyan value is 32.37%
  • magenta value is 34.53%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(32,35,0,45)
C32M35Y0K45 
(32%,35%,0%,45%)
(0.32/0.35/0.00/0.45)	

CMYK percentages

%32.37
%34.53
%0
%45.49

Codes

Color #5E5B8B in popluar color models

5E5B8B
RGB9491139
HSL244°20.87%45.10%
HSB/HSV244°34.53%54.51%
CMYK32.37%34.53%0.00%
45.49%

Color #5E5B8B in popluar number systems.

HEX5E5B8B
Decimal9491139
Binary1011110101101110001011
Octal136133213

Shades and tints

Shades of #5E5B8B

#5E5B8B
(94,91,139)
#56537F
(86,83,127)
#4E4B73
(78,75,115)
#464367
(70,67,103)
#3E3B5B
(62,59,91)
#36334F
(54,51,79)
#2E2B43
(46,43,67)
#262337
(38,35,55)
#1E1B2B
(30,27,43)
#16131F
(22,19,31)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #5E5B8B

#5E5B8B
(94,91,139)
#6C6995
(108,105,149)
#7A779F
(122,119,159)
#8885A9
(136,133,169)
#9693B3
(150,147,179)
#A4A1BD
(164,161,189)
#B2AFC7
(178,175,199)
#C0BDD1
(192,189,209)
#CECBDB
(206,203,219)
#DCD9E5
(220,217,229)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5B8B color. Also use rgb(94,91,139) instead hex code.

Text Font Color

.myTextColor { color: #5E5B8B; }

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

This text font color is #5E5B8B.


Background Color

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

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

This div background color is #5E5B8B.


Border color

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

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

This div border color is #5E5B8B.


Opacity

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

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

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

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

This text has shadow with #5E5B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5B8B on black background.


Color preview on white background

This text has color #5E5B8B on white background.



Black color preview on #5E5B8B background

This text has black color on #5E5B8B background.


White color preview on #5E5B8B background

This text has white color on #5E5B8B background.