COLOR #5E7E9F

HEX: #5E7E9F
RGB: (94,126,159)

Color info

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

RGB color model

#5E7E9F color RGB value is (94,126,159).

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

RGB channels and saturation

R 94 of 255 = 37%
G 126 of 255 = 49%
B 159 of 255 = 62%

94
126
159

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

Portions of RGB colors in percentages

R + G + B =
94 + 126 + 159 = 379 (100%)
R 94 of 379 ~ 24.8%
G 126 of 379 ~ 33.25%
B 159 of 379 ~ 41.95%

%24.8
%33.25
%41.95

CMYK color model

#5E7E9F color CMYK value is (41,21,0,38).

  • cyan value is 40.88%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(41,21,0,38)
C41M21Y0K38 
(41%,21%,0%,38%)
(0.41/0.21/0.00/0.38)	

CMYK percentages

%40.88
%20.75
%0
%37.65

Codes

Color #5E7E9F in popluar color models

5E7E9F
RGB94126159
HSL210°25.69%49.61%
HSB/HSV210°40.88%62.35%
CMYK40.88%20.75%0.00%
37.65%

Color #5E7E9F in popluar number systems.

HEX5E7E9F
Decimal94126159
Binary1011110111111010011111
Octal136176237

Shades and tints

Shades of #5E7E9F

#5E7E9F
(94,126,159)
#567391
(86,115,145)
#4E6883
(78,104,131)
#465D75
(70,93,117)
#3E5267
(62,82,103)
#364759
(54,71,89)
#2E3C4B
(46,60,75)
#26313D
(38,49,61)
#1E262F
(30,38,47)
#161B21
(22,27,33)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #5E7E9F

#5E7E9F
(94,126,159)
#6C89A7
(108,137,167)
#7A94AF
(122,148,175)
#889FB7
(136,159,183)
#96AABF
(150,170,191)
#A4B5C7
(164,181,199)
#B2C0CF
(178,192,207)
#C0CBD7
(192,203,215)
#CED6DF
(206,214,223)
#DCE1E7
(220,225,231)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7E9F; }

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

This text font color is #5E7E9F.


Background Color

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

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

This div background color is #5E7E9F.


Border color

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

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

This div border color is #5E7E9F.


Opacity

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

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

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

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

This text has shadow with #5E7E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7E9F on black background.


Color preview on white background

This text has color #5E7E9F on white background.



Black color preview on #5E7E9F background

This text has black color on #5E7E9F background.


White color preview on #5E7E9F background

This text has white color on #5E7E9F background.