COLOR #5A979E

HEX: #5A979E
RGB: (90,151,158)

Color info

#5A979E contains mainly green and blue colors. Web safe color of #5A979E is #669999 (or #699).

RGB color model

#5A979E color RGB value is (90,151,158).

  • red value is 90;
  • green value is 151;
  • blue value is 158.
RGB:
(90,151,158)
(35%,59%,62%)

RGB channels and saturation

R 90 of 255 = 35%
G 151 of 255 = 59%
B 158 of 255 = 62%

90
151
158

R + G + B ~ 52%. #5A979E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 151 + 158 = 399 (100%)
R 90 of 399 ~ 22.56%
G 151 of 399 ~ 37.84%
B 158 of 399 ~ 39.6%

%22.56
%37.84
%39.6

CMYK color model

#5A979E color CMYK value is (43,4,0,38).

  • cyan value is 43.04%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(43,4,0,38)
C43M4Y0K38 
(43%,4%,0%,38%)
(0.43/0.04/0.00/0.38)	

CMYK percentages

%43.04
%4.43
%0
%38.04

Codes

Color #5A979E in popluar color models

5A979E
RGB90151158
HSL186°27.42%48.63%
HSB/HSV186°43.04%61.96%
CMYK43.04%4.43%0.00%
38.04%

Color #5A979E in popluar number systems.

HEX5A979E
Decimal90151158
Binary10110101001011110011110
Octal132227236

Shades and tints

Shades of #5A979E

#5A979E
(90,151,158)
#528A90
(82,138,144)
#4A7D82
(74,125,130)
#427074
(66,112,116)
#3A6366
(58,99,102)
#325658
(50,86,88)
#2A494A
(42,73,74)
#223C3C
(34,60,60)
#1A2F2E
(26,47,46)
#122220
(18,34,32)
#0A1512
(10,21,18)
#000000
(0,0,0)

Tints of #5A979E

#5A979E
(90,151,158)
#69A0A6
(105,160,166)
#78A9AE
(120,169,174)
#87B2B6
(135,178,182)
#96BBBE
(150,187,190)
#A5C4C6
(165,196,198)
#B4CDCE
(180,205,206)
#C3D6D6
(195,214,214)
#D2DFDE
(210,223,222)
#E1E8E6
(225,232,230)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A979E color. Also use rgb(90,151,158) instead hex code.

Text Font Color

.myTextColor { color: #5A979E; }

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

This text font color is #5A979E.


Background Color

.myBgColor { background-color: #5A979E; }

<div style="background-color:#5A979E">Inner text</div>

This div background color is #5A979E.


Border color

.myBorderColor { border: 1px solid #5A979E; }

<div style="border:3px solid #5A979E">Div</div>

This div border color is #5A979E.


Opacity

.myOpacity80 { color: #5A979E; opacity: 0.8; }

<p style="color:#5A979E;opacity:0.8;">80%</p>

Text with #5A979E 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 #5A979E;}

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

This text has shadow with #5A979E color.

.textShadow {text-shadow: 3px 3px 1px #5A979E, 3px 3px 1px red;}

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

This text has shadow with #5A979E primary color and red secondary color.


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

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

This text has shadow with #5A979E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A979E on black background.


Color preview on white background

This text has color #5A979E on white background.



Black color preview on #5A979E background

This text has black color on #5A979E background.


White color preview on #5A979E background

This text has white color on #5A979E background.