COLOR #5E9EBB

HEX: #5E9EBB RGB: (94,158,187)

Color info

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

RGB color model

#5E9EBB color RGB value is (94,158,187).

RGB: (94,158,187) (37%, 62%, 73%)

RGB channels and saturation

R 94 of 255 = 37%
G 158 of 255 = 62%
B 187 of 255 = 73%

94
158
187

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

Portions of RGB colors in percentages

R + G + B = 94 + 158 + 187 = 439 (100%)
R 94 of 439 ~ 21.41%
G 158 of 439 ~ 35.99%
B 187 of 439 ~ 42.6'%

%21.41
%35.99
%42.6

CMYK color model

#5E9EBB color CMYK value is (50,16,0,27).

  • cyan value is 49.73%
  • magenta value is 15.51%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (50,16,0,27)
C50M16Y0K27 (50%, 16%, 0%, 27%)
(0.50 / 0.16 / 0.00 / 0.27)

CMYK percentages

%49.73
%15.51
%0
%26.67

Codes

Color #5E9EBB in popluar color models

5E 9E BB
RGB 94 158 187
HSL 199° 40.61% 55.10%
HSB/HSV 199° 49.73% 73.33%
CMYK 49.73% 15.51% 0.00%
26.67%

Color #5E9EBB in popluar number systems.

HEX 5E 9E BB
Decimal 94 158 187
Binary 1011110 10011110 10111011
Octal 136 236 273

Shades and tints

Shades of #5E9EBB

#5E9EBB
(94,158,187)
#5690AA
(86,144,170)
#4E8299
(78,130,153)
#467488
(70,116,136)
#3E6677
(62,102,119)
#365866
(54,88,102)
#2E4A55
(46,74,85)
#263C44
(38,60,68)
#1E2E33
(30,46,51)
#162022
(22,32,34)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #5E9EBB

#5E9EBB
(94,158,187)
#6CA6C1
(108,166,193)
#7AAEC7
(122,174,199)
#88B6CD
(136,182,205)
#96BED3
(150,190,211)
#A4C6D9
(164,198,217)
#B2CEDF
(178,206,223)
#C0D6E5
(192,214,229)
#CEDEEB
(206,222,235)
#DCE6F1
(220,230,241)
#EAEEF7
(234,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9EBB color. Also use rgb(94,158,187) instead hex code.

Text Font Color

.myTextColor { color: #5E9EBB; }

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

This text font color is #5E9EBB.

Background Color

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

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

This div background color is #5E9EBB.

Border color

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

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

This div border color is #5E9EBB.

Opacity

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

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

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

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

This text has shadow with #5E9EBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9EBB.

Preview

Color preview on black background

This text has color #5E9EBB on black background.


Color preview on white background

This text has color #5E9EBB on white background.


Black color preview on #5E9EBB background

This text has black color on #5E9EBB background.


White color preview on #5E9EBB background

This text has white color on #5E9EBB background.


Related colors

Complementary color

Complementary color for #hex is #A16144.


I love getcolorcode.com

Triadic colors

1 #BB5E9E and #9EBB5E with #5E9EBB are triadic colors.

2 #BB9E5E and #9E5EBB with #5E9EBB are triadic colors.