COLOR #5E87B0

HEX: #5E87B0
RGB: (94,135,176)

Color info

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

RGB color model

#5E87B0 color RGB value is (94,135,176).

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

RGB channels and saturation

R 94 of 255 = 37%
G 135 of 255 = 53%
B 176 of 255 = 69%

94
135
176

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

Portions of RGB colors in percentages

R + G + B =
94 + 135 + 176 = 405 (100%)
R 94 of 405 ~ 23.21%
G 135 of 405 ~ 33.33%
B 176 of 405 ~ 43.46%

%23.21
%33.33
%43.46

CMYK color model

#5E87B0 color CMYK value is (47,23,0,31).

  • cyan value is 46.59%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(47,23,0,31)
C47M23Y0K31 
(47%,23%,0%,31%)
(0.47/0.23/0.00/0.31)	

CMYK percentages

%46.59
%23.3
%0
%30.98

Codes

Color #5E87B0 in popluar color models

5E87B0
RGB94135176
HSL210°34.17%52.94%
HSB/HSV210°46.59%69.02%
CMYK46.59%23.30%0.00%
30.98%

Color #5E87B0 in popluar number systems.

HEX5E87B0
Decimal94135176
Binary10111101000011110110000
Octal136207260

Shades and tints

Shades of #5E87B0

#5E87B0
(94,135,176)
#567BA0
(86,123,160)
#4E6F90
(78,111,144)
#466380
(70,99,128)
#3E5770
(62,87,112)
#364B60
(54,75,96)
#2E3F50
(46,63,80)
#263340
(38,51,64)
#1E2730
(30,39,48)
#161B20
(22,27,32)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5E87B0

#5E87B0
(94,135,176)
#6C91B7
(108,145,183)
#7A9BBE
(122,155,190)
#88A5C5
(136,165,197)
#96AFCC
(150,175,204)
#A4B9D3
(164,185,211)
#B2C3DA
(178,195,218)
#C0CDE1
(192,205,225)
#CED7E8
(206,215,232)
#DCE1EF
(220,225,239)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E87B0; }

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

This text font color is #5E87B0.


Background Color

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

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

This div background color is #5E87B0.


Border color

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

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

This div border color is #5E87B0.


Opacity

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

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

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

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

This text has shadow with #5E87B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E87B0 on black background.


Color preview on white background

This text has color #5E87B0 on white background.



Black color preview on #5E87B0 background

This text has black color on #5E87B0 background.


White color preview on #5E87B0 background

This text has white color on #5E87B0 background.