COLOR #5E7795

HEX: #5E7795
RGB: (94,119,149)

Color info

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

RGB color model

#5E7795 color RGB value is (94,119,149).

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

RGB channels and saturation

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

94
119
149

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

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 149 = 362 (100%)
R 94 of 362 ~ 25.97%
G 119 of 362 ~ 32.87%
B 149 of 362 ~ 41.16%

%25.97
%32.87
%41.16

CMYK color model

#5E7795 color CMYK value is (37,20,0,42).

  • cyan value is 36.91%
  • magenta value is 20.13%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(37,20,0,42)
C37M20Y0K42 
(37%,20%,0%,42%)
(0.37/0.20/0.00/0.42)	

CMYK percentages

%36.91
%20.13
%0
%41.57

Codes

Color #5E7795 in popluar color models

5E7795
RGB94119149
HSL213°22.63%47.65%
HSB/HSV213°36.91%58.43%
CMYK36.91%20.13%0.00%
41.57%

Color #5E7795 in popluar number systems.

HEX5E7795
Decimal94119149
Binary1011110111011110010101
Octal136167225

Shades and tints

Shades of #5E7795

#5E7795
(94,119,149)
#566D88
(86,109,136)
#4E637B
(78,99,123)
#46596E
(70,89,110)
#3E4F61
(62,79,97)
#364554
(54,69,84)
#2E3B47
(46,59,71)
#26313A
(38,49,58)
#1E272D
(30,39,45)
#161D20
(22,29,32)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #5E7795

#5E7795
(94,119,149)
#6C839E
(108,131,158)
#7A8FA7
(122,143,167)
#889BB0
(136,155,176)
#96A7B9
(150,167,185)
#A4B3C2
(164,179,194)
#B2BFCB
(178,191,203)
#C0CBD4
(192,203,212)
#CED7DD
(206,215,221)
#DCE3E6
(220,227,230)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7795; }

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

This text font color is #5E7795.


Background Color

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

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

This div background color is #5E7795.


Border color

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

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

This div border color is #5E7795.


Opacity

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

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

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

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

This text has shadow with #5E7795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7795 on black background.


Color preview on white background

This text has color #5E7795 on white background.



Black color preview on #5E7795 background

This text has black color on #5E7795 background.


White color preview on #5E7795 background

This text has white color on #5E7795 background.