COLOR #5E7899

HEX: #5E7899
RGB: (94,120,153)

Color info

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

RGB color model

#5E7899 color RGB value is (94,120,153).

  • red value is 94;
  • green value is 120;
  • blue value is 153.
RGB:
(94,120,153)
(37%,47%,60%)

RGB channels and saturation

R 94 of 255 = 37%
G 120 of 255 = 47%
B 153 of 255 = 60%

94
120
153

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

Portions of RGB colors in percentages

R + G + B =
94 + 120 + 153 = 367 (100%)
R 94 of 367 ~ 25.61%
G 120 of 367 ~ 32.7%
B 153 of 367 ~ 41.69%

%25.61
%32.7
%41.69

CMYK color model

#5E7899 color CMYK value is (39,22,0,40).

  • cyan value is 38.56%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(39,22,0,40)
C39M22Y0K40 
(39%,22%,0%,40%)
(0.39/0.22/0.00/0.40)	

CMYK percentages

%38.56
%21.57
%0
%40

Codes

Color #5E7899 in popluar color models

5E7899
RGB94120153
HSL214°23.89%48.43%
HSB/HSV214°38.56%60.00%
CMYK38.56%21.57%0.00%
40.00%

Color #5E7899 in popluar number systems.

HEX5E7899
Decimal94120153
Binary1011110111100010011001
Octal136170231

Shades and tints

Shades of #5E7899

#5E7899
(94,120,153)
#566E8C
(86,110,140)
#4E647F
(78,100,127)
#465A72
(70,90,114)
#3E5065
(62,80,101)
#364658
(54,70,88)
#2E3C4B
(46,60,75)
#26323E
(38,50,62)
#1E2831
(30,40,49)
#161E24
(22,30,36)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #5E7899

#5E7899
(94,120,153)
#6C84A2
(108,132,162)
#7A90AB
(122,144,171)
#889CB4
(136,156,180)
#96A8BD
(150,168,189)
#A4B4C6
(164,180,198)
#B2C0CF
(178,192,207)
#C0CCD8
(192,204,216)
#CED8E1
(206,216,225)
#DCE4EA
(220,228,234)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7899 color. Also use rgb(94,120,153) instead hex code.

Text Font Color

.myTextColor { color: #5E7899; }

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

This text font color is #5E7899.


Background Color

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

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

This div background color is #5E7899.


Border color

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

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

This div border color is #5E7899.


Opacity

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

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

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

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

This text has shadow with #5E7899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7899 on black background.


Color preview on white background

This text has color #5E7899 on white background.



Black color preview on #5E7899 background

This text has black color on #5E7899 background.


White color preview on #5E7899 background

This text has white color on #5E7899 background.