COLOR #5A6773

HEX: #5A6773
RGB: (90,103,115)

Color info

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

RGB color model

#5A6773 color RGB value is (90,103,115).

  • red value is 90;
  • green value is 103;
  • blue value is 115.
RGB:
(90,103,115)
(35%,40%,45%)

RGB channels and saturation

R 90 of 255 = 35%
G 103 of 255 = 40%
B 115 of 255 = 45%

90
103
115

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

Portions of RGB colors in percentages

R + G + B =
90 + 103 + 115 = 308 (100%)
R 90 of 308 ~ 29.22%
G 103 of 308 ~ 33.44%
B 115 of 308 ~ 37.34%

%29.22
%33.44
%37.34

CMYK color model

#5A6773 color CMYK value is (22,10,0,55).

  • cyan value is 21.74%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(22,10,0,55)
C22M10Y0K55 
(22%,10%,0%,55%)
(0.22/0.10/0.00/0.55)	

CMYK percentages

%21.74
%10.43
%0
%54.9

Codes

Color #5A6773 in popluar color models

5A6773
RGB90103115
HSL209°12.20%40.20%
HSB/HSV209°21.74%45.10%
CMYK21.74%10.43%0.00%
54.90%

Color #5A6773 in popluar number systems.

HEX5A6773
Decimal90103115
Binary101101011001111110011
Octal132147163

Shades and tints

Shades of #5A6773

#5A6773
(90,103,115)
#525E69
(82,94,105)
#4A555F
(74,85,95)
#424C55
(66,76,85)
#3A434B
(58,67,75)
#323A41
(50,58,65)
#2A3137
(42,49,55)
#22282D
(34,40,45)
#1A1F23
(26,31,35)
#121619
(18,22,25)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #5A6773

#5A6773
(90,103,115)
#69747F
(105,116,127)
#78818B
(120,129,139)
#878E97
(135,142,151)
#969BA3
(150,155,163)
#A5A8AF
(165,168,175)
#B4B5BB
(180,181,187)
#C3C2C7
(195,194,199)
#D2CFD3
(210,207,211)
#E1DCDF
(225,220,223)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6773 color. Also use rgb(90,103,115) instead hex code.

Text Font Color

.myTextColor { color: #5A6773; }

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

This text font color is #5A6773.


Background Color

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

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

This div background color is #5A6773.


Border color

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

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

This div border color is #5A6773.


Opacity

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

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

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

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

This text has shadow with #5A6773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6773 on black background.


Color preview on white background

This text has color #5A6773 on white background.



Black color preview on #5A6773 background

This text has black color on #5A6773 background.


White color preview on #5A6773 background

This text has white color on #5A6773 background.