COLOR #5E7790

HEX: #5E7790
RGB: (94,119,144)

Color info

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

RGB color model

#5E7790 color RGB value is (94,119,144).

  • red value is 94;
  • green value is 119;
  • blue value is 144.
RGB:
(94,119,144)
(37%,47%,56%)

RGB channels and saturation

R 94 of 255 = 37%
G 119 of 255 = 47%
B 144 of 255 = 56%

94
119
144

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

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 144 = 357 (100%)
R 94 of 357 ~ 26.33%
G 119 of 357 ~ 33.33%
B 144 of 357 ~ 40.34%

%26.33
%33.33
%40.34

CMYK color model

#5E7790 color CMYK value is (35,17,0,44).

  • cyan value is 34.72%
  • magenta value is 17.36%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(35,17,0,44)
C35M17Y0K44 
(35%,17%,0%,44%)
(0.35/0.17/0.00/0.44)	

CMYK percentages

%34.72
%17.36
%0
%43.53

Codes

Color #5E7790 in popluar color models

5E7790
RGB94119144
HSL210°21.01%46.67%
HSB/HSV210°34.72%56.47%
CMYK34.72%17.36%0.00%
43.53%

Color #5E7790 in popluar number systems.

HEX5E7790
Decimal94119144
Binary1011110111011110010000
Octal136167220

Shades and tints

Shades of #5E7790

#5E7790
(94,119,144)
#566D83
(86,109,131)
#4E6376
(78,99,118)
#465969
(70,89,105)
#3E4F5C
(62,79,92)
#36454F
(54,69,79)
#2E3B42
(46,59,66)
#263135
(38,49,53)
#1E2728
(30,39,40)
#161D1B
(22,29,27)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #5E7790

#5E7790
(94,119,144)
#6C839A
(108,131,154)
#7A8FA4
(122,143,164)
#889BAE
(136,155,174)
#96A7B8
(150,167,184)
#A4B3C2
(164,179,194)
#B2BFCC
(178,191,204)
#C0CBD6
(192,203,214)
#CED7E0
(206,215,224)
#DCE3EA
(220,227,234)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7790 color. Also use rgb(94,119,144) instead hex code.

Text Font Color

.myTextColor { color: #5E7790; }

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

This text font color is #5E7790.


Background Color

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

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

This div background color is #5E7790.


Border color

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

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

This div border color is #5E7790.


Opacity

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

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

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

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

This text has shadow with #5E7790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7790 on black background.


Color preview on white background

This text has color #5E7790 on white background.



Black color preview on #5E7790 background

This text has black color on #5E7790 background.


White color preview on #5E7790 background

This text has white color on #5E7790 background.