COLOR #5589C8

HEX: #5589C8 RGB: (85,137,200)

Color info

#5589C8 contains mainly blue color. Web safe color of #5589C8 is #6699CC (or #69C).

RGB color model

#5589C8 color RGB value is (85,137,200).

RGB: (85,137,200) (33%, 54%, 78%)

RGB channels and saturation

R 85 of 255 = 33%
G 137 of 255 = 54%
B 200 of 255 = 78%

85
137
200

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

Portions of RGB colors in percentages

R + G + B = 85 + 137 + 200 = 422 (100%)
R 85 of 422 ~ 20.14%
G 137 of 422 ~ 32.46%
B 200 of 422 ~ 47.39'%

%20.14
%32.46
%47.39

CMYK color model

#5589C8 color CMYK value is (58,32,0,22).

  • cyan value is 57.50%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (58,32,0,22)
C58M32Y0K22 (58%, 32%, 0%, 22%)
(0.58 / 0.32 / 0.00 / 0.22)

CMYK percentages

%57.5
%31.5
%0
%21.57

Codes

Color #5589C8 in popluar color models

55 89 C8
RGB 85 137 200
HSL 213° 51.11% 55.88%
HSB/HSV 213° 57.50% 78.43%
CMYK 57.50% 31.50% 0.00%
21.57%

Color #5589C8 in popluar number systems.

HEX 55 89 C8
Decimal 85 137 200
Binary 1010101 10001001 11001000
Octal 125 211 310

Shades and tints

Shades of #5589C8

#5589C8
(85,137,200)
#4E7DB6
(78,125,182)
#4771A4
(71,113,164)
#406592
(64,101,146)
#395980
(57,89,128)
#324D6E
(50,77,110)
#2B415C
(43,65,92)
#24354A
(36,53,74)
#1D2938
(29,41,56)
#161D26
(22,29,38)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #5589C8

#5589C8
(85,137,200)
#6493CD
(100,147,205)
#739DD2
(115,157,210)
#82A7D7
(130,167,215)
#91B1DC
(145,177,220)
#A0BBE1
(160,187,225)
#AFC5E6
(175,197,230)
#BECFEB
(190,207,235)
#CDD9F0
(205,217,240)
#DCE3F5
(220,227,245)
#EBEDFA
(235,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5589C8; }

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

This text font color is #5589C8.

Background Color

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

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

This div background color is #5589C8.

Border color

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

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

This div border color is #5589C8.

Opacity

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

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

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

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

This text has shadow with #5589C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5589C8.

Preview

Color preview on black background

This text has color #5589C8 on black background.


Color preview on white background

This text has color #5589C8 on white background.


Black color preview on #5589C8 background

This text has black color on #5589C8 background.


White color preview on #5589C8 background

This text has white color on #5589C8 background.


Related colors

Complementary color

Complementary color for #hex is #AA7637.


I love getcolorcode.com

Triadic colors

1 #C85589 and #89C855 with #5589C8 are triadic colors.

2 #C88955 and #8955C8 with #5589C8 are triadic colors.