COLOR #5589BF

HEX: #5589BF RGB: (85,137,191)

Color info

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

RGB color model

#5589BF color RGB value is (85,137,191).

RGB: (85,137,191) (33%, 54%, 75%)

RGB channels and saturation

R 85 of 255 = 33%
G 137 of 255 = 54%
B 191 of 255 = 75%

85
137
191

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

Portions of RGB colors in percentages

R + G + B = 85 + 137 + 191 = 413 (100%)
R 85 of 413 ~ 20.58%
G 137 of 413 ~ 33.17%
B 191 of 413 ~ 46.25'%

%20.58
%33.17
%46.25

CMYK color model

#5589BF color CMYK value is (55,28,0,25).

  • cyan value is 55.50%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (55,28,0,25)
C55M28Y0K25 (55%, 28%, 0%, 25%)
(0.55 / 0.28 / 0.00 / 0.25)

CMYK percentages

%55.5
%28.27
%0
%25.1

Codes

Color #5589BF in popluar color models

55 89 BF
RGB 85 137 191
HSL 211° 45.30% 54.12%
HSB/HSV 211° 55.50% 74.90%
CMYK 55.50% 28.27% 0.00%
25.10%

Color #5589BF in popluar number systems.

HEX 55 89 BF
Decimal 85 137 191
Binary 1010101 10001001 10111111
Octal 125 211 277

Shades and tints

Shades of #5589BF

#5589BF
(85,137,191)
#4E7DAE
(78,125,174)
#47719D
(71,113,157)
#40658C
(64,101,140)
#39597B
(57,89,123)
#324D6A
(50,77,106)
#2B4159
(43,65,89)
#243548
(36,53,72)
#1D2937
(29,41,55)
#161D26
(22,29,38)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #5589BF

#5589BF
(85,137,191)
#6493C4
(100,147,196)
#739DC9
(115,157,201)
#82A7CE
(130,167,206)
#91B1D3
(145,177,211)
#A0BBD8
(160,187,216)
#AFC5DD
(175,197,221)
#BECFE2
(190,207,226)
#CDD9E7
(205,217,231)
#DCE3EC
(220,227,236)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5589BF; }

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

This text font color is #5589BF.

Background Color

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

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

This div background color is #5589BF.

Border color

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

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

This div border color is #5589BF.

Opacity

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

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

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

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

This text has shadow with #5589BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5589BF.

Preview

Color preview on black background

This text has color #5589BF on black background.


Color preview on white background

This text has color #5589BF on white background.


Black color preview on #5589BF background

This text has black color on #5589BF background.


White color preview on #5589BF background

This text has white color on #5589BF background.


Related colors

Complementary color

Complementary color for #hex is #AA7640.


I love getcolorcode.com

Triadic colors

1 #BF5589 and #89BF55 with #5589BF are triadic colors.

2 #BF8955 and #8955BF with #5589BF are triadic colors.