COLOR #5980AD

HEX: #5980AD
RGB: (89,128,173)

Color info

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

RGB color model

#5980AD color RGB value is (89,128,173).

  • red value is 89;
  • green value is 128;
  • blue value is 173.
RGB:
(89,128,173)
(35%,50%,68%)

RGB channels and saturation

R 89 of 255 = 35%
G 128 of 255 = 50%
B 173 of 255 = 68%

89
128
173

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

Portions of RGB colors in percentages

R + G + B =
89 + 128 + 173 = 390 (100%)
R 89 of 390 ~ 22.82%
G 128 of 390 ~ 32.82%
B 173 of 390 ~ 44.36%

%22.82
%32.82
%44.36

CMYK color model

#5980AD color CMYK value is (49,26,0,32).

  • cyan value is 48.55%
  • magenta value is 26.01%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(49,26,0,32)
C49M26Y0K32 
(49%,26%,0%,32%)
(0.49/0.26/0.00/0.32)	

CMYK percentages

%48.55
%26.01
%0
%32.16

Codes

Color #5980AD in popluar color models

5980AD
RGB89128173
HSL212°33.87%51.37%
HSB/HSV212°48.55%67.84%
CMYK48.55%26.01%0.00%
32.16%

Color #5980AD in popluar number systems.

HEX5980AD
Decimal89128173
Binary10110011000000010101101
Octal131200255

Shades and tints

Shades of #5980AD

#5980AD
(89,128,173)
#51759E
(81,117,158)
#496A8F
(73,106,143)
#415F80
(65,95,128)
#395471
(57,84,113)
#314962
(49,73,98)
#293E53
(41,62,83)
#213344
(33,51,68)
#192835
(25,40,53)
#111D26
(17,29,38)
#091217
(9,18,23)
#000000
(0,0,0)

Tints of #5980AD

#5980AD
(89,128,173)
#688BB4
(104,139,180)
#7796BB
(119,150,187)
#86A1C2
(134,161,194)
#95ACC9
(149,172,201)
#A4B7D0
(164,183,208)
#B3C2D7
(179,194,215)
#C2CDDE
(194,205,222)
#D1D8E5
(209,216,229)
#E0E3EC
(224,227,236)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5980AD; }

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

This text font color is #5980AD.


Background Color

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

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

This div background color is #5980AD.


Border color

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

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

This div border color is #5980AD.


Opacity

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

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

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

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

This text has shadow with #5980AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5980AD on black background.


Color preview on white background

This text has color #5980AD on white background.



Black color preview on #5980AD background

This text has black color on #5980AD background.


White color preview on #5980AD background

This text has white color on #5980AD background.