COLOR #5E7891

HEX: #5E7891
RGB: (94,120,145)

Color info

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

RGB color model

#5E7891 color RGB value is (94,120,145).

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

RGB channels and saturation

R 94 of 255 = 37%
G 120 of 255 = 47%
B 145 of 255 = 57%

94
120
145

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

Portions of RGB colors in percentages

R + G + B =
94 + 120 + 145 = 359 (100%)
R 94 of 359 ~ 26.18%
G 120 of 359 ~ 33.43%
B 145 of 359 ~ 40.39%

%26.18
%33.43
%40.39

CMYK color model

#5E7891 color CMYK value is (35,17,0,43).

  • cyan value is 35.17%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(35,17,0,43)
C35M17Y0K43 
(35%,17%,0%,43%)
(0.35/0.17/0.00/0.43)	

CMYK percentages

%35.17
%17.24
%0
%43.14

Codes

Color #5E7891 in popluar color models

5E7891
RGB94120145
HSL209°21.34%46.86%
HSB/HSV209°35.17%56.86%
CMYK35.17%17.24%0.00%
43.14%

Color #5E7891 in popluar number systems.

HEX5E7891
Decimal94120145
Binary1011110111100010010001
Octal136170221

Shades and tints

Shades of #5E7891

#5E7891
(94,120,145)
#566E84
(86,110,132)
#4E6477
(78,100,119)
#465A6A
(70,90,106)
#3E505D
(62,80,93)
#364650
(54,70,80)
#2E3C43
(46,60,67)
#263236
(38,50,54)
#1E2829
(30,40,41)
#161E1C
(22,30,28)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #5E7891

#5E7891
(94,120,145)
#6C849B
(108,132,155)
#7A90A5
(122,144,165)
#889CAF
(136,156,175)
#96A8B9
(150,168,185)
#A4B4C3
(164,180,195)
#B2C0CD
(178,192,205)
#C0CCD7
(192,204,215)
#CED8E1
(206,216,225)
#DCE4EB
(220,228,235)
#EAF0F5
(234,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7891; }

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

This text font color is #5E7891.


Background Color

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

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

This div background color is #5E7891.


Border color

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

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

This div border color is #5E7891.


Opacity

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

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

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

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

This text has shadow with #5E7891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7891 on black background.


Color preview on white background

This text has color #5E7891 on white background.



Black color preview on #5E7891 background

This text has black color on #5E7891 background.


White color preview on #5E7891 background

This text has white color on #5E7891 background.