COLOR #5E839B

HEX: #5E839B
RGB: (94,131,155)

Color info

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

RGB color model

#5E839B color RGB value is (94,131,155).

  • red value is 94;
  • green value is 131;
  • blue value is 155.
RGB:
(94,131,155)
(37%,51%,61%)

RGB channels and saturation

R 94 of 255 = 37%
G 131 of 255 = 51%
B 155 of 255 = 61%

94
131
155

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

Portions of RGB colors in percentages

R + G + B =
94 + 131 + 155 = 380 (100%)
R 94 of 380 ~ 24.74%
G 131 of 380 ~ 34.47%
B 155 of 380 ~ 40.79%

%24.74
%34.47
%40.79

CMYK color model

#5E839B color CMYK value is (39,15,0,39).

  • cyan value is 39.35%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(39,15,0,39)
C39M15Y0K39 
(39%,15%,0%,39%)
(0.39/0.15/0.00/0.39)	

CMYK percentages

%39.35
%15.48
%0
%39.22

Codes

Color #5E839B in popluar color models

5E839B
RGB94131155
HSL204°24.50%48.82%
HSB/HSV204°39.35%60.78%
CMYK39.35%15.48%0.00%
39.22%

Color #5E839B in popluar number systems.

HEX5E839B
Decimal94131155
Binary10111101000001110011011
Octal136203233

Shades and tints

Shades of #5E839B

#5E839B
(94,131,155)
#56788D
(86,120,141)
#4E6D7F
(78,109,127)
#466271
(70,98,113)
#3E5763
(62,87,99)
#364C55
(54,76,85)
#2E4147
(46,65,71)
#263639
(38,54,57)
#1E2B2B
(30,43,43)
#16201D
(22,32,29)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #5E839B

#5E839B
(94,131,155)
#6C8EA4
(108,142,164)
#7A99AD
(122,153,173)
#88A4B6
(136,164,182)
#96AFBF
(150,175,191)
#A4BAC8
(164,186,200)
#B2C5D1
(178,197,209)
#C0D0DA
(192,208,218)
#CEDBE3
(206,219,227)
#DCE6EC
(220,230,236)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E839B color. Also use rgb(94,131,155) instead hex code.

Text Font Color

.myTextColor { color: #5E839B; }

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

This text font color is #5E839B.


Background Color

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

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

This div background color is #5E839B.


Border color

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

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

This div border color is #5E839B.


Opacity

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

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

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

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

This text has shadow with #5E839B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E839B on black background.


Color preview on white background

This text has color #5E839B on white background.



Black color preview on #5E839B background

This text has black color on #5E839B background.


White color preview on #5E839B background

This text has white color on #5E839B background.