COLOR #5989C6

HEX: #5989C6 RGB: (89,137,198)

Color info

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

RGB color model

#5989C6 color RGB value is (89,137,198).

RGB: (89,137,198) (35%, 54%, 78%)

RGB channels and saturation

R 89 of 255 = 35%
G 137 of 255 = 54%
B 198 of 255 = 78%

89
137
198

R + G + B ~ 56%. #5989C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 137 + 198 = 424 (100%)
R 89 of 424 ~ 20.99%
G 137 of 424 ~ 32.31%
B 198 of 424 ~ 46.7'%

%20.99
%32.31
%46.7

CMYK color model

#5989C6 color CMYK value is (55,31,0,22).

  • cyan value is 55.05%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (55,31,0,22)
C55M31Y0K22 (55%, 31%, 0%, 22%)
(0.55 / 0.31 / 0.00 / 0.22)

CMYK percentages

%55.05
%30.81
%0
%22.35

Codes

Color #5989C6 in popluar color models

59 89 C6
RGB 89 137 198
HSL 214° 48.88% 56.27%
HSB/HSV 214° 55.05% 77.65%
CMYK 55.05% 30.81% 0.00%
22.35%

Color #5989C6 in popluar number systems.

HEX 59 89 C6
Decimal 89 137 198
Binary 1011001 10001001 11000110
Octal 131 211 306

Shades and tints

Shades of #5989C6

#5989C6
(89,137,198)
#517DB4
(81,125,180)
#4971A2
(73,113,162)
#416590
(65,101,144)
#39597E
(57,89,126)
#314D6C
(49,77,108)
#29415A
(41,65,90)
#213548
(33,53,72)
#192936
(25,41,54)
#111D24
(17,29,36)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #5989C6

#5989C6
(89,137,198)
#6893CB
(104,147,203)
#779DD0
(119,157,208)
#86A7D5
(134,167,213)
#95B1DA
(149,177,218)
#A4BBDF
(164,187,223)
#B3C5E4
(179,197,228)
#C2CFE9
(194,207,233)
#D1D9EE
(209,217,238)
#E0E3F3
(224,227,243)
#EFEDF8
(239,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5989C6 color. Also use rgb(89,137,198) instead hex code.

Text Font Color

.myTextColor { color: #5989C6; }

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

This text font color is #5989C6.

Background Color

.myBgColor { background-color: #5989C6; }

<div style="background-color:#5989C6">Inner text</div>

This div background color is #5989C6.

Border color

.myBorderColor { border: 1px solid #5989C6; }

<div style="border:3px solid #5989C6">Div</div>

This div border color is #5989C6.

Opacity

.myOpacity80 { color: #5989C6; opacity: 0.8; }

<p style="color:#5989C6;opacity:0.8;">80%</p>

Text with #5989C6 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 #5989C6;}

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

This text has shadow with #5989C6 color.


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

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

This text has shadow with #5989C6 primary color and red secondary color.


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

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

This text has shadow with #5989C6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5989C6.

Preview

Color preview on black background

This text has color #5989C6 on black background.


Color preview on white background

This text has color #5989C6 on white background.


Black color preview on #5989C6 background

This text has black color on #5989C6 background.


White color preview on #5989C6 background

This text has white color on #5989C6 background.


Related colors

Complementary color

Complementary color for #hex is #A67639.


I love getcolorcode.com

Triadic colors

1 #C65989 and #89C659 with #5989C6 are triadic colors.

2 #C68959 and #8959C6 with #5989C6 are triadic colors.