COLOR #5E7995

HEX: #5E7995
RGB: (94,121,149)

Color info

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

RGB color model

#5E7995 color RGB value is (94,121,149).

  • red value is 94;
  • green value is 121;
  • blue value is 149.
RGB:
(94,121,149)
(37%,47%,58%)

RGB channels and saturation

R 94 of 255 = 37%
G 121 of 255 = 47%
B 149 of 255 = 58%

94
121
149

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

Portions of RGB colors in percentages

R + G + B =
94 + 121 + 149 = 364 (100%)
R 94 of 364 ~ 25.82%
G 121 of 364 ~ 33.24%
B 149 of 364 ~ 40.93%

%25.82
%33.24
%40.93

CMYK color model

#5E7995 color CMYK value is (37,19,0,42).

  • cyan value is 36.91%
  • magenta value is 18.79%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(37,19,0,42)
C37M19Y0K42 
(37%,19%,0%,42%)
(0.37/0.19/0.00/0.42)	

CMYK percentages

%36.91
%18.79
%0
%41.57

Codes

Color #5E7995 in popluar color models

5E7995
RGB94121149
HSL211°22.63%47.65%
HSB/HSV211°36.91%58.43%
CMYK36.91%18.79%0.00%
41.57%

Color #5E7995 in popluar number systems.

HEX5E7995
Decimal94121149
Binary1011110111100110010101
Octal136171225

Shades and tints

Shades of #5E7995

#5E7995
(94,121,149)
#566E88
(86,110,136)
#4E637B
(78,99,123)
#46586E
(70,88,110)
#3E4D61
(62,77,97)
#364254
(54,66,84)
#2E3747
(46,55,71)
#262C3A
(38,44,58)
#1E212D
(30,33,45)
#161620
(22,22,32)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #5E7995

#5E7995
(94,121,149)
#6C859E
(108,133,158)
#7A91A7
(122,145,167)
#889DB0
(136,157,176)
#96A9B9
(150,169,185)
#A4B5C2
(164,181,194)
#B2C1CB
(178,193,203)
#C0CDD4
(192,205,212)
#CED9DD
(206,217,221)
#DCE5E6
(220,229,230)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7995 color. Also use rgb(94,121,149) instead hex code.

Text Font Color

.myTextColor { color: #5E7995; }

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

This text font color is #5E7995.


Background Color

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

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

This div background color is #5E7995.


Border color

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

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

This div border color is #5E7995.


Opacity

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

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

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

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

This text has shadow with #5E7995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7995 on black background.


Color preview on white background

This text has color #5E7995 on white background.



Black color preview on #5E7995 background

This text has black color on #5E7995 background.


White color preview on #5E7995 background

This text has white color on #5E7995 background.