COLOR #5980AF

HEX: #5980AF
RGB: (89,128,175)

Color info

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

RGB color model

#5980AF color RGB value is (89,128,175).

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

RGB channels and saturation

R 89 of 255 = 35%
G 128 of 255 = 50%
B 175 of 255 = 69%

89
128
175

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

Portions of RGB colors in percentages

R + G + B =
89 + 128 + 175 = 392 (100%)
R 89 of 392 ~ 22.7%
G 128 of 392 ~ 32.65%
B 175 of 392 ~ 44.64%

%22.7
%32.65
%44.64

CMYK color model

#5980AF color CMYK value is (49,27,0,31).

  • cyan value is 49.14%
  • magenta value is 26.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(49,27,0,31)
C49M27Y0K31 
(49%,27%,0%,31%)
(0.49/0.27/0.00/0.31)	

CMYK percentages

%49.14
%26.86
%0
%31.37

Codes

Color #5980AF in popluar color models

5980AF
RGB89128175
HSL213°34.96%51.76%
HSB/HSV213°49.14%68.63%
CMYK49.14%26.86%0.00%
31.37%

Color #5980AF in popluar number systems.

HEX5980AF
Decimal89128175
Binary10110011000000010101111
Octal131200257

Shades and tints

Shades of #5980AF

#5980AF
(89,128,175)
#5175A0
(81,117,160)
#496A91
(73,106,145)
#415F82
(65,95,130)
#395473
(57,84,115)
#314964
(49,73,100)
#293E55
(41,62,85)
#213346
(33,51,70)
#192837
(25,40,55)
#111D28
(17,29,40)
#091219
(9,18,25)
#000000
(0,0,0)

Tints of #5980AF

#5980AF
(89,128,175)
#688BB6
(104,139,182)
#7796BD
(119,150,189)
#86A1C4
(134,161,196)
#95ACCB
(149,172,203)
#A4B7D2
(164,183,210)
#B3C2D9
(179,194,217)
#C2CDE0
(194,205,224)
#D1D8E7
(209,216,231)
#E0E3EE
(224,227,238)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5980AF; }

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

This text font color is #5980AF.


Background Color

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

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

This div background color is #5980AF.


Border color

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

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

This div border color is #5980AF.


Opacity

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

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

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

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

This text has shadow with #5980AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5980AF on black background.


Color preview on white background

This text has color #5980AF on white background.



Black color preview on #5980AF background

This text has black color on #5980AF background.


White color preview on #5980AF background

This text has white color on #5980AF background.