COLOR #5980BD

HEX: #5980BD
RGB: (89,128,189)

Color info

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

RGB color model

#5980BD color RGB value is (89,128,189).

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

RGB channels and saturation

R 89 of 255 = 35%
G 128 of 255 = 50%
B 189 of 255 = 74%

89
128
189

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

Portions of RGB colors in percentages

R + G + B =
89 + 128 + 189 = 406 (100%)
R 89 of 406 ~ 21.92%
G 128 of 406 ~ 31.53%
B 189 of 406 ~ 46.55%

%21.92
%31.53
%46.55

CMYK color model

#5980BD color CMYK value is (53,32,0,26).

  • cyan value is 52.91%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(53,32,0,26)
C53M32Y0K26 
(53%,32%,0%,26%)
(0.53/0.32/0.00/0.26)	

CMYK percentages

%52.91
%32.28
%0
%25.88

Codes

Color #5980BD in popluar color models

5980BD
RGB89128189
HSL217°43.10%54.51%
HSB/HSV217°52.91%74.12%
CMYK52.91%32.28%0.00%
25.88%

Color #5980BD in popluar number systems.

HEX5980BD
Decimal89128189
Binary10110011000000010111101
Octal131200275

Shades and tints

Shades of #5980BD

#5980BD
(89,128,189)
#5175AC
(81,117,172)
#496A9B
(73,106,155)
#415F8A
(65,95,138)
#395479
(57,84,121)
#314968
(49,73,104)
#293E57
(41,62,87)
#213346
(33,51,70)
#192835
(25,40,53)
#111D24
(17,29,36)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #5980BD

#5980BD
(89,128,189)
#688BC3
(104,139,195)
#7796C9
(119,150,201)
#86A1CF
(134,161,207)
#95ACD5
(149,172,213)
#A4B7DB
(164,183,219)
#B3C2E1
(179,194,225)
#C2CDE7
(194,205,231)
#D1D8ED
(209,216,237)
#E0E3F3
(224,227,243)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5980BD; }

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

This text font color is #5980BD.


Background Color

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

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

This div background color is #5980BD.


Border color

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

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

This div border color is #5980BD.


Opacity

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

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

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

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

This text has shadow with #5980BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5980BD on black background.


Color preview on white background

This text has color #5980BD on white background.



Black color preview on #5980BD background

This text has black color on #5980BD background.


White color preview on #5980BD background

This text has white color on #5980BD background.