COLOR #5E5F9B

HEX: #5E5F9B
RGB: (94,95,155)

Color info

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

RGB color model

#5E5F9B color RGB value is (94,95,155).

  • red value is 94;
  • green value is 95;
  • blue value is 155.
RGB:
(94,95,155)
(37%,37%,61%)

RGB channels and saturation

R 94 of 255 = 37%
G 95 of 255 = 37%
B 155 of 255 = 61%

94
95
155

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

Portions of RGB colors in percentages

R + G + B =
94 + 95 + 155 = 344 (100%)
R 94 of 344 ~ 27.33%
G 95 of 344 ~ 27.62%
B 155 of 344 ~ 45.06%

%27.33
%27.62
%45.06

CMYK color model

#5E5F9B color CMYK value is (39,39,0,39).

  • cyan value is 39.35%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(39,39,0,39)
C39M39Y0K39 
(39%,39%,0%,39%)
(0.39/0.39/0.00/0.39)	

CMYK percentages

%39.35
%38.71
%0
%39.22

Codes

Color #5E5F9B in popluar color models

5E5F9B
RGB9495155
HSL239°24.50%48.82%
HSB/HSV239°39.35%60.78%
CMYK39.35%38.71%0.00%
39.22%

Color #5E5F9B in popluar number systems.

HEX5E5F9B
Decimal9495155
Binary1011110101111110011011
Octal136137233

Shades and tints

Shades of #5E5F9B

#5E5F9B
(94,95,155)
#56578D
(86,87,141)
#4E4F7F
(78,79,127)
#464771
(70,71,113)
#3E3F63
(62,63,99)
#363755
(54,55,85)
#2E2F47
(46,47,71)
#262739
(38,39,57)
#1E1F2B
(30,31,43)
#16171D
(22,23,29)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #5E5F9B

#5E5F9B
(94,95,155)
#6C6DA4
(108,109,164)
#7A7BAD
(122,123,173)
#8889B6
(136,137,182)
#9697BF
(150,151,191)
#A4A5C8
(164,165,200)
#B2B3D1
(178,179,209)
#C0C1DA
(192,193,218)
#CECFE3
(206,207,227)
#DCDDEC
(220,221,236)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5F9B color. Also use rgb(94,95,155) instead hex code.

Text Font Color

.myTextColor { color: #5E5F9B; }

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

This text font color is #5E5F9B.


Background Color

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

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

This div background color is #5E5F9B.


Border color

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

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

This div border color is #5E5F9B.


Opacity

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

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

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

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

This text has shadow with #5E5F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5F9B on black background.


Color preview on white background

This text has color #5E5F9B on white background.



Black color preview on #5E5F9B background

This text has black color on #5E5F9B background.


White color preview on #5E5F9B background

This text has white color on #5E5F9B background.