COLOR #5E87AF

HEX: #5E87AF
RGB: (94,135,175)

Color info

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

RGB color model

#5E87AF color RGB value is (94,135,175).

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

RGB channels and saturation

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

94
135
175

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

Portions of RGB colors in percentages

R + G + B =
94 + 135 + 175 = 404 (100%)
R 94 of 404 ~ 23.27%
G 135 of 404 ~ 33.42%
B 175 of 404 ~ 43.32%

%23.27
%33.42
%43.32

CMYK color model

#5E87AF color CMYK value is (46,23,0,31).

  • cyan value is 46.29%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(46,23,0,31)
C46M23Y0K31 
(46%,23%,0%,31%)
(0.46/0.23/0.00/0.31)	

CMYK percentages

%46.29
%22.86
%0
%31.37

Codes

Color #5E87AF in popluar color models

5E87AF
RGB94135175
HSL210°33.61%52.75%
HSB/HSV210°46.29%68.63%
CMYK46.29%22.86%0.00%
31.37%

Color #5E87AF in popluar number systems.

HEX5E87AF
Decimal94135175
Binary10111101000011110101111
Octal136207257

Shades and tints

Shades of #5E87AF

#5E87AF
(94,135,175)
#567BA0
(86,123,160)
#4E6F91
(78,111,145)
#466382
(70,99,130)
#3E5773
(62,87,115)
#364B64
(54,75,100)
#2E3F55
(46,63,85)
#263346
(38,51,70)
#1E2737
(30,39,55)
#161B28
(22,27,40)
#0E0F19
(14,15,25)
#000000
(0,0,0)

Tints of #5E87AF

#5E87AF
(94,135,175)
#6C91B6
(108,145,182)
#7A9BBD
(122,155,189)
#88A5C4
(136,165,196)
#96AFCB
(150,175,203)
#A4B9D2
(164,185,210)
#B2C3D9
(178,195,217)
#C0CDE0
(192,205,224)
#CED7E7
(206,215,231)
#DCE1EE
(220,225,238)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E87AF; }

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

This text font color is #5E87AF.


Background Color

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

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

This div background color is #5E87AF.


Border color

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

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

This div border color is #5E87AF.


Opacity

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

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

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

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

This text has shadow with #5E87AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E87AF on black background.


Color preview on white background

This text has color #5E87AF on white background.



Black color preview on #5E87AF background

This text has black color on #5E87AF background.


White color preview on #5E87AF background

This text has white color on #5E87AF background.