COLOR #5E84AB

HEX: #5E84AB RGB: (94,132,171)

Color info

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

RGB color model

#5E84AB color RGB value is (94,132,171).

RGB: (94,132,171) (37%, 52%, 67%)

RGB channels and saturation

R 94 of 255 = 37%
G 132 of 255 = 52%
B 171 of 255 = 67%

94
132
171

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

Portions of RGB colors in percentages

R + G + B = 94 + 132 + 171 = 397 (100%)
R 94 of 397 ~ 23.68%
G 132 of 397 ~ 33.25%
B 171 of 397 ~ 43.07'%

%23.68
%33.25
%43.07

CMYK color model

#5E84AB color CMYK value is (45,23,0,33).

  • cyan value is 45.03%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (45,23,0,33) C45M23Y0K33 (45%,23%,0%,33%) (0.45/0.23/0.00/0.33) 

CMYK percentages

%45.03
%22.81
%0
%32.94

Codes

Color #5E84AB in popluar color models

5E 84 AB
RGB 94 132 171
HSL 210° 31.43% 51.96%
HSB/HSV 210° 45.03% 67.06%
CMYK 45.03% 22.81% 0.00%
32.94%

Color #5E84AB in popluar number systems.

HEX 5E 84 AB
Decimal 94 132 171
Binary 1011110 10000100 10101011
Octal 136 204 253

Shades and tints

Shades of #5E84AB

#5E84AB
(94,132,171)
#56789C
(86,120,156)
#4E6C8D
(78,108,141)
#46607E
(70,96,126)
#3E546F
(62,84,111)
#364860
(54,72,96)
#2E3C51
(46,60,81)
#263042
(38,48,66)
#1E2433
(30,36,51)
#161824
(22,24,36)
#0E0C15
(14,12,21)
#000000
(0,0,0)

Tints of #5E84AB

#5E84AB
(94,132,171)
#6C8FB2
(108,143,178)
#7A9AB9
(122,154,185)
#88A5C0
(136,165,192)
#96B0C7
(150,176,199)
#A4BBCE
(164,187,206)
#B2C6D5
(178,198,213)
#C0D1DC
(192,209,220)
#CEDCE3
(206,220,227)
#DCE7EA
(220,231,234)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E84AB; }

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

This text font color is #5E84AB.

Background Color

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

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

This div background color is #5E84AB.

Border color

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

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

This div border color is #5E84AB.

Opacity

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

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

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

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

This text has shadow with #5E84AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E84AB.

Preview

Color preview on black background

This text has color #5E84AB on black background.


Color preview on white background

This text has color #5E84AB on white background.


Black color preview on #5E84AB background

This text has black color on #5E84AB background.


White color preview on #5E84AB background

This text has white color on #5E84AB background.


Related colors

Complementary color

Complementary color for #hex is #A17B54.


I love getcolorcode.com

Triadic colors

1 #AB5E84 and #84AB5E with #5E84AB are triadic colors.

2 #AB845E and #845EAB with #5E84AB are triadic colors.