COLOR #5978AA

HEX: #5978AA RGB: (89,120,170)

Color info

#5978AA contains mainly green and blue colors. Web safe color of #5978AA is #666699 (or #669).

RGB color model

#5978AA color RGB value is (89,120,170).

RGB: (89,120,170) (35%, 47%, 67%)

RGB channels and saturation

R 89 of 255 = 35%
G 120 of 255 = 47%
B 170 of 255 = 67%

89
120
170

R + G + B ~ 50%. #5978AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 120 + 170 = 379 (100%)
R 89 of 379 ~ 23.48%
G 120 of 379 ~ 31.66%
B 170 of 379 ~ 44.85'%

%23.48
%31.66
%44.85

CMYK color model

#5978AA color CMYK value is (48,29,0,33).

  • cyan value is 47.65%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (48,29,0,33) C48M29Y0K33 (48%,29%,0%,33%) (0.48/0.29/0.00/0.33) 

CMYK percentages

%47.65
%29.41
%0
%33.33

Codes

Color #5978AA in popluar color models

59 78 AA
RGB 89 120 170
HSL 217° 32.27% 50.78%
HSB/HSV 217° 47.65% 66.67%
CMYK 47.65% 29.41% 0.00%
33.33%

Color #5978AA in popluar number systems.

HEX 59 78 AA
Decimal 89 120 170
Binary 1011001 1111000 10101010
Octal 131 170 252

Shades and tints

Shades of #5978AA

#5978AA
(89,120,170)
#516E9B
(81,110,155)
#49648C
(73,100,140)
#415A7D
(65,90,125)
#39506E
(57,80,110)
#31465F
(49,70,95)
#293C50
(41,60,80)
#213241
(33,50,65)
#192832
(25,40,50)
#111E23
(17,30,35)
#091414
(9,20,20)
#000000
(0,0,0)

Tints of #5978AA

#5978AA
(89,120,170)
#6884B1
(104,132,177)
#7790B8
(119,144,184)
#869CBF
(134,156,191)
#95A8C6
(149,168,198)
#A4B4CD
(164,180,205)
#B3C0D4
(179,192,212)
#C2CCDB
(194,204,219)
#D1D8E2
(209,216,226)
#E0E4E9
(224,228,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5978AA color. Also use rgb(89,120,170) instead hex code.

Text Font Color

.myTextColor { color: #5978AA; }

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

This text font color is #5978AA.

Background Color

.myBgColor { background-color: #5978AA; }

<div style="background-color:#5978AA">Inner text</div>

This div background color is #5978AA.

Border color

.myBorderColor { border: 1px solid #5978AA; }

<div style="border:3px solid #5978AA">Div</div>

This div border color is #5978AA.

Opacity

.myOpacity80 { color: #5978AA; opacity: 0.8; }

<p style="color:#5978AA;opacity:0.8;">80%</p>

Text with #5978AA 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 #5978AA;}

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

This text has shadow with #5978AA color.


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

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

This text has shadow with #5978AA primary color and red secondary color.


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

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

This text has shadow with #5978AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5978AA.

Preview

Color preview on black background

This text has color #5978AA on black background.


Color preview on white background

This text has color #5978AA on white background.


Black color preview on #5978AA background

This text has black color on #5978AA background.


White color preview on #5978AA background

This text has white color on #5978AA background.


Related colors

Complementary color

Complementary color for #hex is #A68755.


I love getcolorcode.com

Triadic colors

1 #AA5978 and #78AA59 with #5978AA are triadic colors.

2 #AA7859 and #7859AA with #5978AA are triadic colors.