COLOR #5A5B73

HEX: #5A5B73
RGB: (90,91,115)

Color info

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

RGB color model

#5A5B73 color RGB value is (90,91,115).

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

RGB channels and saturation

R 90 of 255 = 35%
G 91 of 255 = 36%
B 115 of 255 = 45%

90
91
115

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

Portions of RGB colors in percentages

R + G + B =
90 + 91 + 115 = 296 (100%)
R 90 of 296 ~ 30.41%
G 91 of 296 ~ 30.74%
B 115 of 296 ~ 38.85%

%30.41
%30.74
%38.85

CMYK color model

#5A5B73 color CMYK value is (22,21,0,55).

  • cyan value is 21.74%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(22,21,0,55)
C22M21Y0K55 
(22%,21%,0%,55%)
(0.22/0.21/0.00/0.55)	

CMYK percentages

%21.74
%20.87
%0
%54.9

Codes

Color #5A5B73 in popluar color models

5A5B73
RGB9091115
HSL238°12.20%40.20%
HSB/HSV238°21.74%45.10%
CMYK21.74%20.87%0.00%
54.90%

Color #5A5B73 in popluar number systems.

HEX5A5B73
Decimal9091115
Binary101101010110111110011
Octal132133163

Shades and tints

Shades of #5A5B73

#5A5B73
(90,91,115)
#525369
(82,83,105)
#4A4B5F
(74,75,95)
#424355
(66,67,85)
#3A3B4B
(58,59,75)
#323341
(50,51,65)
#2A2B37
(42,43,55)
#22232D
(34,35,45)
#1A1B23
(26,27,35)
#121319
(18,19,25)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #5A5B73

#5A5B73
(90,91,115)
#69697F
(105,105,127)
#78778B
(120,119,139)
#878597
(135,133,151)
#9693A3
(150,147,163)
#A5A1AF
(165,161,175)
#B4AFBB
(180,175,187)
#C3BDC7
(195,189,199)
#D2CBD3
(210,203,211)
#E1D9DF
(225,217,223)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5B73; }

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

This text font color is #5A5B73.


Background Color

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

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

This div background color is #5A5B73.


Border color

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

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

This div border color is #5A5B73.


Opacity

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

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

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

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

This text has shadow with #5A5B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5B73 on black background.


Color preview on white background

This text has color #5A5B73 on white background.



Black color preview on #5A5B73 background

This text has black color on #5A5B73 background.


White color preview on #5A5B73 background

This text has white color on #5A5B73 background.