COLOR #5E9BCA

HEX: #5E9BCA
RGB: (94,155,202)

Color info

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

RGB color model

#5E9BCA color RGB value is (94,155,202).

  • red value is 94;
  • green value is 155;
  • blue value is 202.
RGB:
(94,155,202)
(37%,61%,79%)

RGB channels and saturation

R 94 of 255 = 37%
G 155 of 255 = 61%
B 202 of 255 = 79%

94
155
202

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

Portions of RGB colors in percentages

R + G + B =
94 + 155 + 202 = 451 (100%)
R 94 of 451 ~ 20.84%
G 155 of 451 ~ 34.37%
B 202 of 451 ~ 44.79%

%20.84
%34.37
%44.79

CMYK color model

#5E9BCA color CMYK value is (53,23,0,21).

  • cyan value is 53.47%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(53,23,0,21)
C53M23Y0K21 
(53%,23%,0%,21%)
(0.53/0.23/0.00/0.21)	

CMYK percentages

%53.47
%23.27
%0
%20.78

Codes

Color #5E9BCA in popluar color models

5E9BCA
RGB94155202
HSL206°50.47%58.04%
HSB/HSV206°53.47%79.22%
CMYK53.47%23.27%0.00%
20.78%

Color #5E9BCA in popluar number systems.

HEX5E9BCA
Decimal94155202
Binary10111101001101111001010
Octal136233312

Shades and tints

Shades of #5E9BCA

#5E9BCA
(94,155,202)
#568DB8
(86,141,184)
#4E7FA6
(78,127,166)
#467194
(70,113,148)
#3E6382
(62,99,130)
#365570
(54,85,112)
#2E475E
(46,71,94)
#26394C
(38,57,76)
#1E2B3A
(30,43,58)
#161D28
(22,29,40)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #5E9BCA

#5E9BCA
(94,155,202)
#6CA4CE
(108,164,206)
#7AADD2
(122,173,210)
#88B6D6
(136,182,214)
#96BFDA
(150,191,218)
#A4C8DE
(164,200,222)
#B2D1E2
(178,209,226)
#C0DAE6
(192,218,230)
#CEE3EA
(206,227,234)
#DCECEE
(220,236,238)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9BCA color. Also use rgb(94,155,202) instead hex code.

Text Font Color

.myTextColor { color: #5E9BCA; }

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

This text font color is #5E9BCA.


Background Color

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

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

This div background color is #5E9BCA.


Border color

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

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

This div border color is #5E9BCA.


Opacity

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

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

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

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

This text has shadow with #5E9BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9BCA on black background.


Color preview on white background

This text has color #5E9BCA on white background.



Black color preview on #5E9BCA background

This text has black color on #5E9BCA background.


White color preview on #5E9BCA background

This text has white color on #5E9BCA background.