COLOR #5A6977

HEX: #5A6977
RGB: (90,105,119)

Color info

#5A6977 contains red, green and blue colors in about the same proportion. Web safe color of #5A6977 is #666666 (or #666).

RGB color model

#5A6977 color RGB value is (90,105,119).

  • red value is 90;
  • green value is 105;
  • blue value is 119.
RGB:
(90,105,119)
(35%,41%,47%)

RGB channels and saturation

R 90 of 255 = 35%
G 105 of 255 = 41%
B 119 of 255 = 47%

90
105
119

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

Portions of RGB colors in percentages

R + G + B =
90 + 105 + 119 = 314 (100%)
R 90 of 314 ~ 28.66%
G 105 of 314 ~ 33.44%
B 119 of 314 ~ 37.9%

%28.66
%33.44
%37.9

CMYK color model

#5A6977 color CMYK value is (24,12,0,53).

  • cyan value is 24.37%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(24,12,0,53)
C24M12Y0K53 
(24%,12%,0%,53%)
(0.24/0.12/0.00/0.53)	

CMYK percentages

%24.37
%11.76
%0
%53.33

Codes

Color #5A6977 in popluar color models

5A6977
RGB90105119
HSL209°13.88%40.98%
HSB/HSV209°24.37%46.67%
CMYK24.37%11.76%0.00%
53.33%

Color #5A6977 in popluar number systems.

HEX5A6977
Decimal90105119
Binary101101011010011110111
Octal132151167

Shades and tints

Shades of #5A6977

#5A6977
(90,105,119)
#52606D
(82,96,109)
#4A5763
(74,87,99)
#424E59
(66,78,89)
#3A454F
(58,69,79)
#323C45
(50,60,69)
#2A333B
(42,51,59)
#222A31
(34,42,49)
#1A2127
(26,33,39)
#12181D
(18,24,29)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #5A6977

#5A6977
(90,105,119)
#697683
(105,118,131)
#78838F
(120,131,143)
#87909B
(135,144,155)
#969DA7
(150,157,167)
#A5AAB3
(165,170,179)
#B4B7BF
(180,183,191)
#C3C4CB
(195,196,203)
#D2D1D7
(210,209,215)
#E1DEE3
(225,222,227)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6977 color. Also use rgb(90,105,119) instead hex code.

Text Font Color

.myTextColor { color: #5A6977; }

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

This text font color is #5A6977.


Background Color

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

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

This div background color is #5A6977.


Border color

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

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

This div border color is #5A6977.


Opacity

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

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

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

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

This text has shadow with #5A6977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6977 on black background.


Color preview on white background

This text has color #5A6977 on white background.



Black color preview on #5A6977 background

This text has black color on #5A6977 background.


White color preview on #5A6977 background

This text has white color on #5A6977 background.