COLOR #5E879C

HEX: #5E879C
RGB: (94,135,156)

Color info

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

RGB color model

#5E879C color RGB value is (94,135,156).

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

RGB channels and saturation

R 94 of 255 = 37%
G 135 of 255 = 53%
B 156 of 255 = 61%

94
135
156

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

Portions of RGB colors in percentages

R + G + B =
94 + 135 + 156 = 385 (100%)
R 94 of 385 ~ 24.42%
G 135 of 385 ~ 35.06%
B 156 of 385 ~ 40.52%

%24.42
%35.06
%40.52

CMYK color model

#5E879C color CMYK value is (40,13,0,39).

  • cyan value is 39.74%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(40,13,0,39)
C40M13Y0K39 
(40%,13%,0%,39%)
(0.40/0.13/0.00/0.39)	

CMYK percentages

%39.74
%13.46
%0
%38.82

Codes

Color #5E879C in popluar color models

5E879C
RGB94135156
HSL200°24.80%49.02%
HSB/HSV200°39.74%61.18%
CMYK39.74%13.46%0.00%
38.82%

Color #5E879C in popluar number systems.

HEX5E879C
Decimal94135156
Binary10111101000011110011100
Octal136207234

Shades and tints

Shades of #5E879C

#5E879C
(94,135,156)
#567B8E
(86,123,142)
#4E6F80
(78,111,128)
#466372
(70,99,114)
#3E5764
(62,87,100)
#364B56
(54,75,86)
#2E3F48
(46,63,72)
#26333A
(38,51,58)
#1E272C
(30,39,44)
#161B1E
(22,27,30)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5E879C

#5E879C
(94,135,156)
#6C91A5
(108,145,165)
#7A9BAE
(122,155,174)
#88A5B7
(136,165,183)
#96AFC0
(150,175,192)
#A4B9C9
(164,185,201)
#B2C3D2
(178,195,210)
#C0CDDB
(192,205,219)
#CED7E4
(206,215,228)
#DCE1ED
(220,225,237)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E879C; }

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

This text font color is #5E879C.


Background Color

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

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

This div background color is #5E879C.


Border color

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

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

This div border color is #5E879C.


Opacity

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

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

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

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

This text has shadow with #5E879C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E879C on black background.


Color preview on white background

This text has color #5E879C on white background.



Black color preview on #5E879C background

This text has black color on #5E879C background.


White color preview on #5E879C background

This text has white color on #5E879C background.