COLOR #5589BA

HEX: #5589BA
RGB: (85,137,186)

Color info

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

RGB color model

#5589BA color RGB value is (85,137,186).

  • red value is 85;
  • green value is 137;
  • blue value is 186.
RGB:
(85,137,186)
(33%,54%,73%)

RGB channels and saturation

R 85 of 255 = 33%
G 137 of 255 = 54%
B 186 of 255 = 73%

85
137
186

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

Portions of RGB colors in percentages

R + G + B =
85 + 137 + 186 = 408 (100%)
R 85 of 408 ~ 20.83%
G 137 of 408 ~ 33.58%
B 186 of 408 ~ 45.59%

%20.83
%33.58
%45.59

CMYK color model

#5589BA color CMYK value is (54,26,0,27).

  • cyan value is 54.30%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(54,26,0,27)
C54M26Y0K27 
(54%,26%,0%,27%)
(0.54/0.26/0.00/0.27)	

CMYK percentages

%54.3
%26.34
%0
%27.06

Codes

Color #5589BA in popluar color models

5589BA
RGB85137186
HSL209°42.26%53.14%
HSB/HSV209°54.30%72.94%
CMYK54.30%26.34%0.00%
27.06%

Color #5589BA in popluar number systems.

HEX5589BA
Decimal85137186
Binary10101011000100110111010
Octal125211272

Shades and tints

Shades of #5589BA

#5589BA
(85,137,186)
#4E7DAA
(78,125,170)
#47719A
(71,113,154)
#40658A
(64,101,138)
#39597A
(57,89,122)
#324D6A
(50,77,106)
#2B415A
(43,65,90)
#24354A
(36,53,74)
#1D293A
(29,41,58)
#161D2A
(22,29,42)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #5589BA

#5589BA
(85,137,186)
#6493C0
(100,147,192)
#739DC6
(115,157,198)
#82A7CC
(130,167,204)
#91B1D2
(145,177,210)
#A0BBD8
(160,187,216)
#AFC5DE
(175,197,222)
#BECFE4
(190,207,228)
#CDD9EA
(205,217,234)
#DCE3F0
(220,227,240)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5589BA color. Also use rgb(85,137,186) instead hex code.

Text Font Color

.myTextColor { color: #5589BA; }

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

This text font color is #5589BA.


Background Color

.myBgColor { background-color: #5589BA; }

<div style="background-color:#5589BA">Inner text</div>

This div background color is #5589BA.


Border color

.myBorderColor { border: 1px solid #5589BA; }

<div style="border:3px solid #5589BA">Div</div>

This div border color is #5589BA.


Opacity

.myOpacity80 { color: #5589BA; opacity: 0.8; }

<p style="color:#5589BA;opacity:0.8;">80%</p>

Text with #5589BA 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 #5589BA;}

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

This text has shadow with #5589BA color.

.textShadow {text-shadow: 3px 3px 1px #5589BA, 3px 3px 1px red;}

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

This text has shadow with #5589BA primary color and red secondary color.


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

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

This text has shadow with #5589BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5589BA on black background.


Color preview on white background

This text has color #5589BA on white background.



Black color preview on #5589BA background

This text has black color on #5589BA background.


White color preview on #5589BA background

This text has white color on #5589BA background.