COLOR #5E89B0

HEX: #5E89B0
RGB: (94,137,176)

Color info

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

RGB color model

#5E89B0 color RGB value is (94,137,176).

  • red value is 94;
  • green value is 137;
  • blue value is 176.
RGB:
(94,137,176)
(37%,54%,69%)

RGB channels and saturation

R 94 of 255 = 37%
G 137 of 255 = 54%
B 176 of 255 = 69%

94
137
176

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

Portions of RGB colors in percentages

R + G + B =
94 + 137 + 176 = 407 (100%)
R 94 of 407 ~ 23.1%
G 137 of 407 ~ 33.66%
B 176 of 407 ~ 43.24%

%23.1
%33.66
%43.24

CMYK color model

#5E89B0 color CMYK value is (47,22,0,31).

  • cyan value is 46.59%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(47,22,0,31)
C47M22Y0K31 
(47%,22%,0%,31%)
(0.47/0.22/0.00/0.31)	

CMYK percentages

%46.59
%22.16
%0
%30.98

Codes

Color #5E89B0 in popluar color models

5E89B0
RGB94137176
HSL209°34.17%52.94%
HSB/HSV209°46.59%69.02%
CMYK46.59%22.16%0.00%
30.98%

Color #5E89B0 in popluar number systems.

HEX5E89B0
Decimal94137176
Binary10111101000100110110000
Octal136211260

Shades and tints

Shades of #5E89B0

#5E89B0
(94,137,176)
#567DA0
(86,125,160)
#4E7190
(78,113,144)
#466580
(70,101,128)
#3E5970
(62,89,112)
#364D60
(54,77,96)
#2E4150
(46,65,80)
#263540
(38,53,64)
#1E2930
(30,41,48)
#161D20
(22,29,32)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #5E89B0

#5E89B0
(94,137,176)
#6C93B7
(108,147,183)
#7A9DBE
(122,157,190)
#88A7C5
(136,167,197)
#96B1CC
(150,177,204)
#A4BBD3
(164,187,211)
#B2C5DA
(178,197,218)
#C0CFE1
(192,207,225)
#CED9E8
(206,217,232)
#DCE3EF
(220,227,239)
#EAEDF6
(234,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E89B0 color. Also use rgb(94,137,176) instead hex code.

Text Font Color

.myTextColor { color: #5E89B0; }

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

This text font color is #5E89B0.


Background Color

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

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

This div background color is #5E89B0.


Border color

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

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

This div border color is #5E89B0.


Opacity

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

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

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

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

This text has shadow with #5E89B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E89B0 on black background.


Color preview on white background

This text has color #5E89B0 on white background.



Black color preview on #5E89B0 background

This text has black color on #5E89B0 background.


White color preview on #5E89B0 background

This text has white color on #5E89B0 background.