COLOR #5978C5

HEX: #5978C5 RGB: (89,120,197)

Color info

#5978C5 contains mainly blue color. Web safe color of #5978C5 is #6666CC (or #66C).

RGB color model

#5978C5 color RGB value is (89,120,197).

RGB: (89,120,197) (35%, 47%, 77%)

RGB channels and saturation

R 89 of 255 = 35%
G 120 of 255 = 47%
B 197 of 255 = 77%

89
120
197

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

Portions of RGB colors in percentages

R + G + B = 89 + 120 + 197 = 406 (100%)
R 89 of 406 ~ 21.92%
G 120 of 406 ~ 29.56%
B 197 of 406 ~ 48.52'%

%21.92
%29.56
%48.52

CMYK color model

#5978C5 color CMYK value is (55,39,0,23).

  • cyan value is 54.82%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (55,39,0,23)
C55M39Y0K23 (55%, 39%, 0%, 23%)
(0.55 / 0.39 / 0.00 / 0.23)

CMYK percentages

%54.82
%39.09
%0
%22.75

Codes

Color #5978C5 in popluar color models

59 78 C5
RGB 89 120 197
HSL 223° 48.21% 56.08%
HSB/HSV 223° 54.82% 77.25%
CMYK 54.82% 39.09% 0.00%
22.75%

Color #5978C5 in popluar number systems.

HEX 59 78 C5
Decimal 89 120 197
Binary 1011001 1111000 11000101
Octal 131 170 305

Shades and tints

Shades of #5978C5

#5978C5
(89,120,197)
#516EB4
(81,110,180)
#4964A3
(73,100,163)
#415A92
(65,90,146)
#395081
(57,80,129)
#314670
(49,70,112)
#293C5F
(41,60,95)
#21324E
(33,50,78)
#19283D
(25,40,61)
#111E2C
(17,30,44)
#09141B
(9,20,27)
#000000
(0,0,0)

Tints of #5978C5

#5978C5
(89,120,197)
#6884CA
(104,132,202)
#7790CF
(119,144,207)
#869CD4
(134,156,212)
#95A8D9
(149,168,217)
#A4B4DE
(164,180,222)
#B3C0E3
(179,192,227)
#C2CCE8
(194,204,232)
#D1D8ED
(209,216,237)
#E0E4F2
(224,228,242)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5978C5; }

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

This text font color is #5978C5.

Background Color

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

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

This div background color is #5978C5.

Border color

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

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

This div border color is #5978C5.

Opacity

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

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

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

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

This text has shadow with #5978C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5978C5.

Preview

Color preview on black background

This text has color #5978C5 on black background.


Color preview on white background

This text has color #5978C5 on white background.


Black color preview on #5978C5 background

This text has black color on #5978C5 background.


White color preview on #5978C5 background

This text has white color on #5978C5 background.


Related colors

Complementary color

Complementary color for #hex is #A6873A.


I love getcolorcode.com

Triadic colors

1 #C55978 and #78C559 with #5978C5 are triadic colors.

2 #C57859 and #7859C5 with #5978C5 are triadic colors.