COLOR #5E7E9A

HEX: #5E7E9A
RGB: (94,126,154)

Color info

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

RGB color model

#5E7E9A color RGB value is (94,126,154).

  • red value is 94;
  • green value is 126;
  • blue value is 154.
RGB:
(94,126,154)
(37%,49%,60%)

RGB channels and saturation

R 94 of 255 = 37%
G 126 of 255 = 49%
B 154 of 255 = 60%

94
126
154

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

Portions of RGB colors in percentages

R + G + B =
94 + 126 + 154 = 374 (100%)
R 94 of 374 ~ 25.13%
G 126 of 374 ~ 33.69%
B 154 of 374 ~ 41.18%

%25.13
%33.69
%41.18

CMYK color model

#5E7E9A color CMYK value is (39,18,0,40).

  • cyan value is 38.96%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(39,18,0,40)
C39M18Y0K40 
(39%,18%,0%,40%)
(0.39/0.18/0.00/0.40)	

CMYK percentages

%38.96
%18.18
%0
%39.61

Codes

Color #5E7E9A in popluar color models

5E7E9A
RGB94126154
HSL208°24.19%48.63%
HSB/HSV208°38.96%60.39%
CMYK38.96%18.18%0.00%
39.61%

Color #5E7E9A in popluar number systems.

HEX5E7E9A
Decimal94126154
Binary1011110111111010011010
Octal136176232

Shades and tints

Shades of #5E7E9A

#5E7E9A
(94,126,154)
#56738C
(86,115,140)
#4E687E
(78,104,126)
#465D70
(70,93,112)
#3E5262
(62,82,98)
#364754
(54,71,84)
#2E3C46
(46,60,70)
#263138
(38,49,56)
#1E262A
(30,38,42)
#161B1C
(22,27,28)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #5E7E9A

#5E7E9A
(94,126,154)
#6C89A3
(108,137,163)
#7A94AC
(122,148,172)
#889FB5
(136,159,181)
#96AABE
(150,170,190)
#A4B5C7
(164,181,199)
#B2C0D0
(178,192,208)
#C0CBD9
(192,203,217)
#CED6E2
(206,214,226)
#DCE1EB
(220,225,235)
#EAECF4
(234,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7E9A color. Also use rgb(94,126,154) instead hex code.

Text Font Color

.myTextColor { color: #5E7E9A; }

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

This text font color is #5E7E9A.


Background Color

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

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

This div background color is #5E7E9A.


Border color

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

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

This div border color is #5E7E9A.


Opacity

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

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

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

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

This text has shadow with #5E7E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7E9A on black background.


Color preview on white background

This text has color #5E7E9A on white background.



Black color preview on #5E7E9A background

This text has black color on #5E7E9A background.


White color preview on #5E7E9A background

This text has white color on #5E7E9A background.