COLOR #5E8799

HEX: #5E8799
RGB: (94,135,153)

Color info

#5E8799 contains red, green and blue colors in about the same proportion. Web safe color of #5E8799 is #669999 (or #699).

RGB color model

#5E8799 color RGB value is (94,135,153).

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

RGB channels and saturation

R 94 of 255 = 37%
G 135 of 255 = 53%
B 153 of 255 = 60%

94
135
153

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

Portions of RGB colors in percentages

R + G + B =
94 + 135 + 153 = 382 (100%)
R 94 of 382 ~ 24.61%
G 135 of 382 ~ 35.34%
B 153 of 382 ~ 40.05%

%24.61
%35.34
%40.05

CMYK color model

#5E8799 color CMYK value is (39,12,0,40).

  • cyan value is 38.56%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(39,12,0,40)
C39M12Y0K40 
(39%,12%,0%,40%)
(0.39/0.12/0.00/0.40)	

CMYK percentages

%38.56
%11.76
%0
%40

Codes

Color #5E8799 in popluar color models

5E8799
RGB94135153
HSL198°23.89%48.43%
HSB/HSV198°38.56%60.00%
CMYK38.56%11.76%0.00%
40.00%

Color #5E8799 in popluar number systems.

HEX5E8799
Decimal94135153
Binary10111101000011110011001
Octal136207231

Shades and tints

Shades of #5E8799

#5E8799
(94,135,153)
#567B8C
(86,123,140)
#4E6F7F
(78,111,127)
#466372
(70,99,114)
#3E5765
(62,87,101)
#364B58
(54,75,88)
#2E3F4B
(46,63,75)
#26333E
(38,51,62)
#1E2731
(30,39,49)
#161B24
(22,27,36)
#0E0F17
(14,15,23)
#000000
(0,0,0)

Tints of #5E8799

#5E8799
(94,135,153)
#6C91A2
(108,145,162)
#7A9BAB
(122,155,171)
#88A5B4
(136,165,180)
#96AFBD
(150,175,189)
#A4B9C6
(164,185,198)
#B2C3CF
(178,195,207)
#C0CDD8
(192,205,216)
#CED7E1
(206,215,225)
#DCE1EA
(220,225,234)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8799; }

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

This text font color is #5E8799.


Background Color

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

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

This div background color is #5E8799.


Border color

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

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

This div border color is #5E8799.


Opacity

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

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

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

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

This text has shadow with #5E8799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8799 on black background.


Color preview on white background

This text has color #5E8799 on white background.



Black color preview on #5E8799 background

This text has black color on #5E8799 background.


White color preview on #5E8799 background

This text has white color on #5E8799 background.