COLOR #5979AB

HEX: #5979AB
RGB: (89,121,171)

Color info

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

RGB color model

#5979AB color RGB value is (89,121,171).

  • red value is 89;
  • green value is 121;
  • blue value is 171.
RGB:
(89,121,171)
(35%,47%,67%)

RGB channels and saturation

R 89 of 255 = 35%
G 121 of 255 = 47%
B 171 of 255 = 67%

89
121
171

R + G + B ~ 50%. #5979AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 121 + 171 = 381 (100%)
R 89 of 381 ~ 23.36%
G 121 of 381 ~ 31.76%
B 171 of 381 ~ 44.88%

%23.36
%31.76
%44.88

CMYK color model

#5979AB color CMYK value is (48,29,0,33).

  • cyan value is 47.95%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(48,29,0,33)
C48M29Y0K33 
(48%,29%,0%,33%)
(0.48/0.29/0.00/0.33)	

CMYK percentages

%47.95
%29.24
%0
%32.94

Codes

Color #5979AB in popluar color models

5979AB
RGB89121171
HSL217°32.80%50.98%
HSB/HSV217°47.95%67.06%
CMYK47.95%29.24%0.00%
32.94%

Color #5979AB in popluar number systems.

HEX5979AB
Decimal89121171
Binary1011001111100110101011
Octal131171253

Shades and tints

Shades of #5979AB

#5979AB
(89,121,171)
#516E9C
(81,110,156)
#49638D
(73,99,141)
#41587E
(65,88,126)
#394D6F
(57,77,111)
#314260
(49,66,96)
#293751
(41,55,81)
#212C42
(33,44,66)
#192133
(25,33,51)
#111624
(17,22,36)
#090B15
(9,11,21)
#000000
(0,0,0)

Tints of #5979AB

#5979AB
(89,121,171)
#6885B2
(104,133,178)
#7791B9
(119,145,185)
#869DC0
(134,157,192)
#95A9C7
(149,169,199)
#A4B5CE
(164,181,206)
#B3C1D5
(179,193,213)
#C2CDDC
(194,205,220)
#D1D9E3
(209,217,227)
#E0E5EA
(224,229,234)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5979AB color. Also use rgb(89,121,171) instead hex code.

Text Font Color

.myTextColor { color: #5979AB; }

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

This text font color is #5979AB.


Background Color

.myBgColor { background-color: #5979AB; }

<div style="background-color:#5979AB">Inner text</div>

This div background color is #5979AB.


Border color

.myBorderColor { border: 1px solid #5979AB; }

<div style="border:3px solid #5979AB">Div</div>

This div border color is #5979AB.


Opacity

.myOpacity80 { color: #5979AB; opacity: 0.8; }

<p style="color:#5979AB;opacity:0.8;">80%</p>

Text with #5979AB 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 #5979AB;}

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

This text has shadow with #5979AB color.

.textShadow {text-shadow: 3px 3px 1px #5979AB, 3px 3px 1px red;}

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

This text has shadow with #5979AB primary color and red secondary color.


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

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

This text has shadow with #5979AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5979AB on black background.


Color preview on white background

This text has color #5979AB on white background.



Black color preview on #5979AB background

This text has black color on #5979AB background.


White color preview on #5979AB background

This text has white color on #5979AB background.