COLOR #5E84B7

HEX: #5E84B7
RGB: (94,132,183)

Color info

#5E84B7 contains mainly green and blue colors. Web safe color of #5E84B7 is #6699CC (or #69C).

RGB color model

#5E84B7 color RGB value is (94,132,183).

  • red value is 94;
  • green value is 132;
  • blue value is 183.
RGB:
(94,132,183)
(37%,52%,72%)

RGB channels and saturation

R 94 of 255 = 37%
G 132 of 255 = 52%
B 183 of 255 = 72%

94
132
183

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

Portions of RGB colors in percentages

R + G + B =
94 + 132 + 183 = 409 (100%)
R 94 of 409 ~ 22.98%
G 132 of 409 ~ 32.27%
B 183 of 409 ~ 44.74%

%22.98
%32.27
%44.74

CMYK color model

#5E84B7 color CMYK value is (49,28,0,28).

  • cyan value is 48.63%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(49,28,0,28)
C49M28Y0K28 
(49%,28%,0%,28%)
(0.49/0.28/0.00/0.28)	

CMYK percentages

%48.63
%27.87
%0
%28.24

Codes

Color #5E84B7 in popluar color models

5E84B7
RGB94132183
HSL214°38.20%54.31%
HSB/HSV214°48.63%71.76%
CMYK48.63%27.87%0.00%
28.24%

Color #5E84B7 in popluar number systems.

HEX5E84B7
Decimal94132183
Binary10111101000010010110111
Octal136204267

Shades and tints

Shades of #5E84B7

#5E84B7
(94,132,183)
#5678A7
(86,120,167)
#4E6C97
(78,108,151)
#466087
(70,96,135)
#3E5477
(62,84,119)
#364867
(54,72,103)
#2E3C57
(46,60,87)
#263047
(38,48,71)
#1E2437
(30,36,55)
#161827
(22,24,39)
#0E0C17
(14,12,23)
#000000
(0,0,0)

Tints of #5E84B7

#5E84B7
(94,132,183)
#6C8FBD
(108,143,189)
#7A9AC3
(122,154,195)
#88A5C9
(136,165,201)
#96B0CF
(150,176,207)
#A4BBD5
(164,187,213)
#B2C6DB
(178,198,219)
#C0D1E1
(192,209,225)
#CEDCE7
(206,220,231)
#DCE7ED
(220,231,237)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E84B7 color. Also use rgb(94,132,183) instead hex code.

Text Font Color

.myTextColor { color: #5E84B7; }

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

This text font color is #5E84B7.


Background Color

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

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

This div background color is #5E84B7.


Border color

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

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

This div border color is #5E84B7.


Opacity

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

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

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

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

This text has shadow with #5E84B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E84B7 on black background.


Color preview on white background

This text has color #5E84B7 on white background.



Black color preview on #5E84B7 background

This text has black color on #5E84B7 background.


White color preview on #5E84B7 background

This text has white color on #5E84B7 background.