COLOR #5A5E73

HEX: #5A5E73
RGB: (90,94,115)

Color info

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

RGB color model

#5A5E73 color RGB value is (90,94,115).

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

RGB channels and saturation

R 90 of 255 = 35%
G 94 of 255 = 37%
B 115 of 255 = 45%

90
94
115

R + G + B ~ 39%. #5A5E73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 94 + 115 = 299 (100%)
R 90 of 299 ~ 30.1%
G 94 of 299 ~ 31.44%
B 115 of 299 ~ 38.46%

%30.1
%31.44
%38.46

CMYK color model

#5A5E73 color CMYK value is (22,18,0,55).

  • cyan value is 21.74%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(22,18,0,55)
C22M18Y0K55 
(22%,18%,0%,55%)
(0.22/0.18/0.00/0.55)	

CMYK percentages

%21.74
%18.26
%0
%54.9

Codes

Color #5A5E73 in popluar color models

5A5E73
RGB9094115
HSL230°12.20%40.20%
HSB/HSV230°21.74%45.10%
CMYK21.74%18.26%0.00%
54.90%

Color #5A5E73 in popluar number systems.

HEX5A5E73
Decimal9094115
Binary101101010111101110011
Octal132136163

Shades and tints

Shades of #5A5E73

#5A5E73
(90,94,115)
#525669
(82,86,105)
#4A4E5F
(74,78,95)
#424655
(66,70,85)
#3A3E4B
(58,62,75)
#323641
(50,54,65)
#2A2E37
(42,46,55)
#22262D
(34,38,45)
#1A1E23
(26,30,35)
#121619
(18,22,25)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #5A5E73

#5A5E73
(90,94,115)
#696C7F
(105,108,127)
#787A8B
(120,122,139)
#878897
(135,136,151)
#9696A3
(150,150,163)
#A5A4AF
(165,164,175)
#B4B2BB
(180,178,187)
#C3C0C7
(195,192,199)
#D2CED3
(210,206,211)
#E1DCDF
(225,220,223)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5E73; }

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

This text font color is #5A5E73.


Background Color

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

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

This div background color is #5A5E73.


Border color

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

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

This div border color is #5A5E73.


Opacity

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

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

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

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

This text has shadow with #5A5E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5E73 on black background.


Color preview on white background

This text has color #5A5E73 on white background.



Black color preview on #5A5E73 background

This text has black color on #5A5E73 background.


White color preview on #5A5E73 background

This text has white color on #5A5E73 background.