COLOR #5EA3B1

HEX: #5EA3B1
RGB: (94,163,177)

Color info

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

RGB color model

#5EA3B1 color RGB value is (94,163,177).

  • red value is 94;
  • green value is 163;
  • blue value is 177.
RGB:
(94,163,177)
(37%,64%,69%)

RGB channels and saturation

R 94 of 255 = 37%
G 163 of 255 = 64%
B 177 of 255 = 69%

94
163
177

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

Portions of RGB colors in percentages

R + G + B =
94 + 163 + 177 = 434 (100%)
R 94 of 434 ~ 21.66%
G 163 of 434 ~ 37.56%
B 177 of 434 ~ 40.78%

%21.66
%37.56
%40.78

CMYK color model

#5EA3B1 color CMYK value is (47,8,0,31).

  • cyan value is 46.89%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(47,8,0,31)
C47M8Y0K31 
(47%,8%,0%,31%)
(0.47/0.08/0.00/0.31)	

CMYK percentages

%46.89
%7.91
%0
%30.59

Codes

Color #5EA3B1 in popluar color models

5EA3B1
RGB94163177
HSL190°34.73%53.14%
HSB/HSV190°46.89%69.41%
CMYK46.89%7.91%0.00%
30.59%

Color #5EA3B1 in popluar number systems.

HEX5EA3B1
Decimal94163177
Binary10111101010001110110001
Octal136243261

Shades and tints

Shades of #5EA3B1

#5EA3B1
(94,163,177)
#5695A1
(86,149,161)
#4E8791
(78,135,145)
#467981
(70,121,129)
#3E6B71
(62,107,113)
#365D61
(54,93,97)
#2E4F51
(46,79,81)
#264141
(38,65,65)
#1E3331
(30,51,49)
#162521
(22,37,33)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #5EA3B1

#5EA3B1
(94,163,177)
#6CABB8
(108,171,184)
#7AB3BF
(122,179,191)
#88BBC6
(136,187,198)
#96C3CD
(150,195,205)
#A4CBD4
(164,203,212)
#B2D3DB
(178,211,219)
#C0DBE2
(192,219,226)
#CEE3E9
(206,227,233)
#DCEBF0
(220,235,240)
#EAF3F7
(234,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA3B1 color. Also use rgb(94,163,177) instead hex code.

Text Font Color

.myTextColor { color: #5EA3B1; }

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

This text font color is #5EA3B1.


Background Color

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

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

This div background color is #5EA3B1.


Border color

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

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

This div border color is #5EA3B1.


Opacity

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

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

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

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

This text has shadow with #5EA3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA3B1 on black background.


Color preview on white background

This text has color #5EA3B1 on white background.



Black color preview on #5EA3B1 background

This text has black color on #5EA3B1 background.


White color preview on #5EA3B1 background

This text has white color on #5EA3B1 background.