COLOR #5980E1

HEX: #5980E1 RGB: (89,128,225)

Color info

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

RGB color model

#5980E1 color RGB value is (89,128,225).

RGB: (89,128,225) (35%, 50%, 88%)

RGB channels and saturation

R 89 of 255 = 35%
G 128 of 255 = 50%
B 225 of 255 = 88%

89
128
225

R + G + B ~ 58%. #5980E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 128 + 225 = 442 (100%)
R 89 of 442 ~ 20.14%
G 128 of 442 ~ 28.96%
B 225 of 442 ~ 50.9'%

%20.14
%28.96
%50.9

CMYK color model

#5980E1 color CMYK value is (60,43,0,12).

  • cyan value is 60.44%
  • magenta value is 43.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (60,43,0,12) C60M43Y0K12 (60%,43%,0%,12%) (0.60/0.43/0.00/0.12) 

CMYK percentages

%60.44
%43.11
%0
%11.76

Codes

Color #5980E1 in popluar color models

59 80 E1
RGB 89 128 225
HSL 223° 69.39% 61.57%
HSB/HSV 223° 60.44% 88.24%
CMYK 60.44% 43.11% 0.00%
11.76%

Color #5980E1 in popluar number systems.

HEX 59 80 E1
Decimal 89 128 225
Binary 1011001 10000000 11100001
Octal 131 200 341

Shades and tints

Shades of #5980E1

#5980E1
(89,128,225)
#5175CD
(81,117,205)
#496AB9
(73,106,185)
#415FA5
(65,95,165)
#395491
(57,84,145)
#31497D
(49,73,125)
#293E69
(41,62,105)
#213355
(33,51,85)
#192841
(25,40,65)
#111D2D
(17,29,45)
#091219
(9,18,25)
#000000
(0,0,0)

Tints of #5980E1

#5980E1
(89,128,225)
#688BE3
(104,139,227)
#7796E5
(119,150,229)
#86A1E7
(134,161,231)
#95ACE9
(149,172,233)
#A4B7EB
(164,183,235)
#B3C2ED
(179,194,237)
#C2CDEF
(194,205,239)
#D1D8F1
(209,216,241)
#E0E3F3
(224,227,243)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5980E1 color. Also use rgb(89,128,225) instead hex code.

Text Font Color

.myTextColor { color: #5980E1; }

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

This text font color is #5980E1.

Background Color

.myBgColor { background-color: #5980E1; }

<div style="background-color:#5980E1">Inner text</div>

This div background color is #5980E1.

Border color

.myBorderColor { border: 1px solid #5980E1; }

<div style="border:3px solid #5980E1">Div</div>

This div border color is #5980E1.

Opacity

.myOpacity80 { color: #5980E1; opacity: 0.8; }

<p style="color:#5980E1;opacity:0.8;">80%</p>

Text with #5980E1 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 #5980E1;}

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

This text has shadow with #5980E1 color.


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

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

This text has shadow with #5980E1 primary color and red secondary color.


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

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

This text has shadow with #5980E1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5980E1.

Preview

Color preview on black background

This text has color #5980E1 on black background.


Color preview on white background

This text has color #5980E1 on white background.


Black color preview on #5980E1 background

This text has black color on #5980E1 background.


White color preview on #5980E1 background

This text has white color on #5980E1 background.


Related colors

Complementary color

Complementary color for #hex is #A67F1E.


I love getcolorcode.com

Triadic colors

1 #E15980 and #80E159 with #5980E1 are triadic colors.

2 #E18059 and #8059E1 with #5980E1 are triadic colors.