COLOR #5E919C

HEX: #5E919C
RGB: (94,145,156)

Color info

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

RGB color model

#5E919C color RGB value is (94,145,156).

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

RGB channels and saturation

R 94 of 255 = 37%
G 145 of 255 = 57%
B 156 of 255 = 61%

94
145
156

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

Portions of RGB colors in percentages

R + G + B =
94 + 145 + 156 = 395 (100%)
R 94 of 395 ~ 23.8%
G 145 of 395 ~ 36.71%
B 156 of 395 ~ 39.49%

%23.8
%36.71
%39.49

CMYK color model

#5E919C color CMYK value is (40,7,0,39).

  • cyan value is 39.74%
  • magenta value is 7.05%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(40,7,0,39)
C40M7Y0K39 
(40%,7%,0%,39%)
(0.40/0.07/0.00/0.39)	

CMYK percentages

%39.74
%7.05
%0
%38.82

Codes

Color #5E919C in popluar color models

5E919C
RGB94145156
HSL191°24.80%49.02%
HSB/HSV191°39.74%61.18%
CMYK39.74%7.05%0.00%
38.82%

Color #5E919C in popluar number systems.

HEX5E919C
Decimal94145156
Binary10111101001000110011100
Octal136221234

Shades and tints

Shades of #5E919C

#5E919C
(94,145,156)
#56848E
(86,132,142)
#4E7780
(78,119,128)
#466A72
(70,106,114)
#3E5D64
(62,93,100)
#365056
(54,80,86)
#2E4348
(46,67,72)
#26363A
(38,54,58)
#1E292C
(30,41,44)
#161C1E
(22,28,30)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5E919C

#5E919C
(94,145,156)
#6C9BA5
(108,155,165)
#7AA5AE
(122,165,174)
#88AFB7
(136,175,183)
#96B9C0
(150,185,192)
#A4C3C9
(164,195,201)
#B2CDD2
(178,205,210)
#C0D7DB
(192,215,219)
#CEE1E4
(206,225,228)
#DCEBED
(220,235,237)
#EAF5F6
(234,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E919C; }

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

This text font color is #5E919C.


Background Color

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

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

This div background color is #5E919C.


Border color

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

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

This div border color is #5E919C.


Opacity

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

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

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

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

This text has shadow with #5E919C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E919C on black background.


Color preview on white background

This text has color #5E919C on white background.



Black color preview on #5E919C background

This text has black color on #5E919C background.


White color preview on #5E919C background

This text has white color on #5E919C background.