COLOR #5E89BE

HEX: #5E89BE
RGB: (94,137,190)

Color info

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

RGB color model

#5E89BE color RGB value is (94,137,190).

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

RGB channels and saturation

R 94 of 255 = 37%
G 137 of 255 = 54%
B 190 of 255 = 75%

94
137
190

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

Portions of RGB colors in percentages

R + G + B =
94 + 137 + 190 = 421 (100%)
R 94 of 421 ~ 22.33%
G 137 of 421 ~ 32.54%
B 190 of 421 ~ 45.13%

%22.33
%32.54
%45.13

CMYK color model

#5E89BE color CMYK value is (51,28,0,25).

  • cyan value is 50.53%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(51,28,0,25)
C51M28Y0K25 
(51%,28%,0%,25%)
(0.51/0.28/0.00/0.25)	

CMYK percentages

%50.53
%27.89
%0
%25.49

Codes

Color #5E89BE in popluar color models

5E89BE
RGB94137190
HSL213°42.48%55.69%
HSB/HSV213°50.53%74.51%
CMYK50.53%27.89%0.00%
25.49%

Color #5E89BE in popluar number systems.

HEX5E89BE
Decimal94137190
Binary10111101000100110111110
Octal136211276

Shades and tints

Shades of #5E89BE

#5E89BE
(94,137,190)
#567DAD
(86,125,173)
#4E719C
(78,113,156)
#46658B
(70,101,139)
#3E597A
(62,89,122)
#364D69
(54,77,105)
#2E4158
(46,65,88)
#263547
(38,53,71)
#1E2936
(30,41,54)
#161D25
(22,29,37)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #5E89BE

#5E89BE
(94,137,190)
#6C93C3
(108,147,195)
#7A9DC8
(122,157,200)
#88A7CD
(136,167,205)
#96B1D2
(150,177,210)
#A4BBD7
(164,187,215)
#B2C5DC
(178,197,220)
#C0CFE1
(192,207,225)
#CED9E6
(206,217,230)
#DCE3EB
(220,227,235)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E89BE; }

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

This text font color is #5E89BE.


Background Color

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

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

This div background color is #5E89BE.


Border color

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

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

This div border color is #5E89BE.


Opacity

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

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

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

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

This text has shadow with #5E89BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E89BE on black background.


Color preview on white background

This text has color #5E89BE on white background.



Black color preview on #5E89BE background

This text has black color on #5E89BE background.


White color preview on #5E89BE background

This text has white color on #5E89BE background.