COLOR #5E8B9E

HEX: #5E8B9E
RGB: (94,139,158)

Color info

#5E8B9E contains mainly green and blue colors. Web safe color of #5E8B9E is #669999 (or #699).

RGB color model

#5E8B9E color RGB value is (94,139,158).

  • red value is 94;
  • green value is 139;
  • blue value is 158.
RGB:
(94,139,158)
(37%,55%,62%)

RGB channels and saturation

R 94 of 255 = 37%
G 139 of 255 = 55%
B 158 of 255 = 62%

94
139
158

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

Portions of RGB colors in percentages

R + G + B =
94 + 139 + 158 = 391 (100%)
R 94 of 391 ~ 24.04%
G 139 of 391 ~ 35.55%
B 158 of 391 ~ 40.41%

%24.04
%35.55
%40.41

CMYK color model

#5E8B9E color CMYK value is (41,12,0,38).

  • cyan value is 40.51%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(41,12,0,38)
C41M12Y0K38 
(41%,12%,0%,38%)
(0.41/0.12/0.00/0.38)	

CMYK percentages

%40.51
%12.03
%0
%38.04

Codes

Color #5E8B9E in popluar color models

5E8B9E
RGB94139158
HSL198°25.40%49.41%
HSB/HSV198°40.51%61.96%
CMYK40.51%12.03%0.00%
38.04%

Color #5E8B9E in popluar number systems.

HEX5E8B9E
Decimal94139158
Binary10111101000101110011110
Octal136213236

Shades and tints

Shades of #5E8B9E

#5E8B9E
(94,139,158)
#567F90
(86,127,144)
#4E7382
(78,115,130)
#466774
(70,103,116)
#3E5B66
(62,91,102)
#364F58
(54,79,88)
#2E434A
(46,67,74)
#26373C
(38,55,60)
#1E2B2E
(30,43,46)
#161F20
(22,31,32)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #5E8B9E

#5E8B9E
(94,139,158)
#6C95A6
(108,149,166)
#7A9FAE
(122,159,174)
#88A9B6
(136,169,182)
#96B3BE
(150,179,190)
#A4BDC6
(164,189,198)
#B2C7CE
(178,199,206)
#C0D1D6
(192,209,214)
#CEDBDE
(206,219,222)
#DCE5E6
(220,229,230)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8B9E color. Also use rgb(94,139,158) instead hex code.

Text Font Color

.myTextColor { color: #5E8B9E; }

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

This text font color is #5E8B9E.


Background Color

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

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

This div background color is #5E8B9E.


Border color

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

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

This div border color is #5E8B9E.


Opacity

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

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

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

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

This text has shadow with #5E8B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8B9E on black background.


Color preview on white background

This text has color #5E8B9E on white background.



Black color preview on #5E8B9E background

This text has black color on #5E8B9E background.


White color preview on #5E8B9E background

This text has white color on #5E8B9E background.