COLOR #5A777F

HEX: #5A777F
RGB: (90,119,127)

Color info

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

RGB color model

#5A777F color RGB value is (90,119,127).

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

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 127 of 255 = 50%

90
119
127

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

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 127 = 336 (100%)
R 90 of 336 ~ 26.79%
G 119 of 336 ~ 35.42%
B 127 of 336 ~ 37.8%

%26.79
%35.42
%37.8

CMYK color model

#5A777F color CMYK value is (29,6,0,50).

  • cyan value is 29.13%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(29,6,0,50)
C29M6Y0K50 
(29%,6%,0%,50%)
(0.29/0.06/0.00/0.50)	

CMYK percentages

%29.13
%6.3
%0
%50.2

Codes

Color #5A777F in popluar color models

5A777F
RGB90119127
HSL193°17.05%42.55%
HSB/HSV193°29.13%49.80%
CMYK29.13%6.30%0.00%
50.20%

Color #5A777F in popluar number systems.

HEX5A777F
Decimal90119127
Binary101101011101111111111
Octal132167177

Shades and tints

Shades of #5A777F

#5A777F
(90,119,127)
#526D74
(82,109,116)
#4A6369
(74,99,105)
#42595E
(66,89,94)
#3A4F53
(58,79,83)
#324548
(50,69,72)
#2A3B3D
(42,59,61)
#223132
(34,49,50)
#1A2727
(26,39,39)
#121D1C
(18,29,28)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #5A777F

#5A777F
(90,119,127)
#69838A
(105,131,138)
#788F95
(120,143,149)
#879BA0
(135,155,160)
#96A7AB
(150,167,171)
#A5B3B6
(165,179,182)
#B4BFC1
(180,191,193)
#C3CBCC
(195,203,204)
#D2D7D7
(210,215,215)
#E1E3E2
(225,227,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A777F; }

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

This text font color is #5A777F.


Background Color

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

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

This div background color is #5A777F.


Border color

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

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

This div border color is #5A777F.


Opacity

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

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

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

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

This text has shadow with #5A777F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A777F on black background.


Color preview on white background

This text has color #5A777F on white background.



Black color preview on #5A777F background

This text has black color on #5A777F background.


White color preview on #5A777F background

This text has white color on #5A777F background.