COLOR #5E95BA

HEX: #5E95BA
RGB: (94,149,186)

Color info

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

RGB color model

#5E95BA color RGB value is (94,149,186).

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

RGB channels and saturation

R 94 of 255 = 37%
G 149 of 255 = 58%
B 186 of 255 = 73%

94
149
186

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

Portions of RGB colors in percentages

R + G + B =
94 + 149 + 186 = 429 (100%)
R 94 of 429 ~ 21.91%
G 149 of 429 ~ 34.73%
B 186 of 429 ~ 43.36%

%21.91
%34.73
%43.36

CMYK color model

#5E95BA color CMYK value is (49,20,0,27).

  • cyan value is 49.46%
  • magenta value is 19.89%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(49,20,0,27)
C49M20Y0K27 
(49%,20%,0%,27%)
(0.49/0.20/0.00/0.27)	

CMYK percentages

%49.46
%19.89
%0
%27.06

Codes

Color #5E95BA in popluar color models

5E95BA
RGB94149186
HSL204°40.00%54.90%
HSB/HSV204°49.46%72.94%
CMYK49.46%19.89%0.00%
27.06%

Color #5E95BA in popluar number systems.

HEX5E95BA
Decimal94149186
Binary10111101001010110111010
Octal136225272

Shades and tints

Shades of #5E95BA

#5E95BA
(94,149,186)
#5688AA
(86,136,170)
#4E7B9A
(78,123,154)
#466E8A
(70,110,138)
#3E617A
(62,97,122)
#36546A
(54,84,106)
#2E475A
(46,71,90)
#263A4A
(38,58,74)
#1E2D3A
(30,45,58)
#16202A
(22,32,42)
#0E131A
(14,19,26)
#000000
(0,0,0)

Tints of #5E95BA

#5E95BA
(94,149,186)
#6C9EC0
(108,158,192)
#7AA7C6
(122,167,198)
#88B0CC
(136,176,204)
#96B9D2
(150,185,210)
#A4C2D8
(164,194,216)
#B2CBDE
(178,203,222)
#C0D4E4
(192,212,228)
#CEDDEA
(206,221,234)
#DCE6F0
(220,230,240)
#EAEFF6
(234,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E95BA; }

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

This text font color is #5E95BA.


Background Color

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

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

This div background color is #5E95BA.


Border color

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

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

This div border color is #5E95BA.


Opacity

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

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

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

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

This text has shadow with #5E95BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E95BA on black background.


Color preview on white background

This text has color #5E95BA on white background.



Black color preview on #5E95BA background

This text has black color on #5E95BA background.


White color preview on #5E95BA background

This text has white color on #5E95BA background.