COLOR #5E9FBA

HEX: #5E9FBA
RGB: (94,159,186)

Color info

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

RGB color model

#5E9FBA color RGB value is (94,159,186).

  • red value is 94;
  • green value is 159;
  • blue value is 186.
RGB:
(94,159,186)
(37%,62%,73%)

RGB channels and saturation

R 94 of 255 = 37%
G 159 of 255 = 62%
B 186 of 255 = 73%

94
159
186

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

Portions of RGB colors in percentages

R + G + B =
94 + 159 + 186 = 439 (100%)
R 94 of 439 ~ 21.41%
G 159 of 439 ~ 36.22%
B 186 of 439 ~ 42.37%

%21.41
%36.22
%42.37

CMYK color model

#5E9FBA color CMYK value is (49,15,0,27).

  • cyan value is 49.46%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(49,15,0,27)
C49M15Y0K27 
(49%,15%,0%,27%)
(0.49/0.15/0.00/0.27)	

CMYK percentages

%49.46
%14.52
%0
%27.06

Codes

Color #5E9FBA in popluar color models

5E9FBA
RGB94159186
HSL198°40.00%54.90%
HSB/HSV198°49.46%72.94%
CMYK49.46%14.52%0.00%
27.06%

Color #5E9FBA in popluar number systems.

HEX5E9FBA
Decimal94159186
Binary10111101001111110111010
Octal136237272

Shades and tints

Shades of #5E9FBA

#5E9FBA
(94,159,186)
#5691AA
(86,145,170)
#4E839A
(78,131,154)
#46758A
(70,117,138)
#3E677A
(62,103,122)
#36596A
(54,89,106)
#2E4B5A
(46,75,90)
#263D4A
(38,61,74)
#1E2F3A
(30,47,58)
#16212A
(22,33,42)
#0E131A
(14,19,26)
#000000
(0,0,0)

Tints of #5E9FBA

#5E9FBA
(94,159,186)
#6CA7C0
(108,167,192)
#7AAFC6
(122,175,198)
#88B7CC
(136,183,204)
#96BFD2
(150,191,210)
#A4C7D8
(164,199,216)
#B2CFDE
(178,207,222)
#C0D7E4
(192,215,228)
#CEDFEA
(206,223,234)
#DCE7F0
(220,231,240)
#EAEFF6
(234,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9FBA color. Also use rgb(94,159,186) instead hex code.

Text Font Color

.myTextColor { color: #5E9FBA; }

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

This text font color is #5E9FBA.


Background Color

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

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

This div background color is #5E9FBA.


Border color

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

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

This div border color is #5E9FBA.


Opacity

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

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

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

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

This text has shadow with #5E9FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9FBA on black background.


Color preview on white background

This text has color #5E9FBA on white background.



Black color preview on #5E9FBA background

This text has black color on #5E9FBA background.


White color preview on #5E9FBA background

This text has white color on #5E9FBA background.