COLOR #5E8EB0

HEX: #5E8EB0
RGB: (94,142,176)

Color info

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

RGB color model

#5E8EB0 color RGB value is (94,142,176).

  • red value is 94;
  • green value is 142;
  • blue value is 176.
RGB:
(94,142,176)
(37%,56%,69%)

RGB channels and saturation

R 94 of 255 = 37%
G 142 of 255 = 56%
B 176 of 255 = 69%

94
142
176

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

Portions of RGB colors in percentages

R + G + B =
94 + 142 + 176 = 412 (100%)
R 94 of 412 ~ 22.82%
G 142 of 412 ~ 34.47%
B 176 of 412 ~ 42.72%

%22.82
%34.47
%42.72

CMYK color model

#5E8EB0 color CMYK value is (47,19,0,31).

  • cyan value is 46.59%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(47,19,0,31)
C47M19Y0K31 
(47%,19%,0%,31%)
(0.47/0.19/0.00/0.31)	

CMYK percentages

%46.59
%19.32
%0
%30.98

Codes

Color #5E8EB0 in popluar color models

5E8EB0
RGB94142176
HSL205°34.17%52.94%
HSB/HSV205°46.59%69.02%
CMYK46.59%19.32%0.00%
30.98%

Color #5E8EB0 in popluar number systems.

HEX5E8EB0
Decimal94142176
Binary10111101000111010110000
Octal136216260

Shades and tints

Shades of #5E8EB0

#5E8EB0
(94,142,176)
#5682A0
(86,130,160)
#4E7690
(78,118,144)
#466A80
(70,106,128)
#3E5E70
(62,94,112)
#365260
(54,82,96)
#2E4650
(46,70,80)
#263A40
(38,58,64)
#1E2E30
(30,46,48)
#162220
(22,34,32)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #5E8EB0

#5E8EB0
(94,142,176)
#6C98B7
(108,152,183)
#7AA2BE
(122,162,190)
#88ACC5
(136,172,197)
#96B6CC
(150,182,204)
#A4C0D3
(164,192,211)
#B2CADA
(178,202,218)
#C0D4E1
(192,212,225)
#CEDEE8
(206,222,232)
#DCE8EF
(220,232,239)
#EAF2F6
(234,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8EB0 color. Also use rgb(94,142,176) instead hex code.

Text Font Color

.myTextColor { color: #5E8EB0; }

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

This text font color is #5E8EB0.


Background Color

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

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

This div background color is #5E8EB0.


Border color

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

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

This div border color is #5E8EB0.


Opacity

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

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

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

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

This text has shadow with #5E8EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8EB0 on black background.


Color preview on white background

This text has color #5E8EB0 on white background.



Black color preview on #5E8EB0 background

This text has black color on #5E8EB0 background.


White color preview on #5E8EB0 background

This text has white color on #5E8EB0 background.