COLOR #5E7A8D

HEX: #5E7A8D
RGB: (94,122,141)

Color info

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

RGB color model

#5E7A8D color RGB value is (94,122,141).

  • red value is 94;
  • green value is 122;
  • blue value is 141.
RGB:
(94,122,141)
(37%,48%,55%)

RGB channels and saturation

R 94 of 255 = 37%
G 122 of 255 = 48%
B 141 of 255 = 55%

94
122
141

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

Portions of RGB colors in percentages

R + G + B =
94 + 122 + 141 = 357 (100%)
R 94 of 357 ~ 26.33%
G 122 of 357 ~ 34.17%
B 141 of 357 ~ 39.5%

%26.33
%34.17
%39.5

CMYK color model

#5E7A8D color CMYK value is (33,13,0,45).

  • cyan value is 33.33%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(33,13,0,45)
C33M13Y0K45 
(33%,13%,0%,45%)
(0.33/0.13/0.00/0.45)	

CMYK percentages

%33.33
%13.48
%0
%44.71

Codes

Color #5E7A8D in popluar color models

5E7A8D
RGB94122141
HSL204°20.00%46.08%
HSB/HSV204°33.33%55.29%
CMYK33.33%13.48%0.00%
44.71%

Color #5E7A8D in popluar number systems.

HEX5E7A8D
Decimal94122141
Binary1011110111101010001101
Octal136172215

Shades and tints

Shades of #5E7A8D

#5E7A8D
(94,122,141)
#566F81
(86,111,129)
#4E6475
(78,100,117)
#465969
(70,89,105)
#3E4E5D
(62,78,93)
#364351
(54,67,81)
#2E3845
(46,56,69)
#262D39
(38,45,57)
#1E222D
(30,34,45)
#161721
(22,23,33)
#0E0C15
(14,12,21)
#000000
(0,0,0)

Tints of #5E7A8D

#5E7A8D
(94,122,141)
#6C8697
(108,134,151)
#7A92A1
(122,146,161)
#889EAB
(136,158,171)
#96AAB5
(150,170,181)
#A4B6BF
(164,182,191)
#B2C2C9
(178,194,201)
#C0CED3
(192,206,211)
#CEDADD
(206,218,221)
#DCE6E7
(220,230,231)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7A8D color. Also use rgb(94,122,141) instead hex code.

Text Font Color

.myTextColor { color: #5E7A8D; }

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

This text font color is #5E7A8D.


Background Color

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

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

This div background color is #5E7A8D.


Border color

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

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

This div border color is #5E7A8D.


Opacity

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

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

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

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

This text has shadow with #5E7A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7A8D on black background.


Color preview on white background

This text has color #5E7A8D on white background.



Black color preview on #5E7A8D background

This text has black color on #5E7A8D background.


White color preview on #5E7A8D background

This text has white color on #5E7A8D background.