COLOR #5D5A73

HEX: #5D5A73
RGB: (93,90,115)

Color info

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

RGB color model

#5D5A73 color RGB value is (93,90,115).

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

RGB channels and saturation

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

93
90
115

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

Portions of RGB colors in percentages

R + G + B =
93 + 90 + 115 = 298 (100%)
R 93 of 298 ~ 31.21%
G 90 of 298 ~ 30.2%
B 115 of 298 ~ 38.59%

%31.21
%30.2
%38.59

CMYK color model

#5D5A73 color CMYK value is (19,22,0,55).

  • cyan value is 19.13%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(19,22,0,55)
C19M22Y0K55 
(19%,22%,0%,55%)
(0.19/0.22/0.00/0.55)	

CMYK percentages

%19.13
%21.74
%0
%54.9

Codes

Color #5D5A73 in popluar color models

5D5A73
RGB9390115
HSL247°12.20%40.20%
HSB/HSV247°21.74%45.10%
CMYK19.13%21.74%0.00%
54.90%

Color #5D5A73 in popluar number systems.

HEX5D5A73
Decimal9390115
Binary101110110110101110011
Octal135132163

Shades and tints

Shades of #5D5A73

#5D5A73
(93,90,115)
#555269
(85,82,105)
#4D4A5F
(77,74,95)
#454255
(69,66,85)
#3D3A4B
(61,58,75)
#353241
(53,50,65)
#2D2A37
(45,42,55)
#25222D
(37,34,45)
#1D1A23
(29,26,35)
#151219
(21,18,25)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #5D5A73

#5D5A73
(93,90,115)
#6B697F
(107,105,127)
#79788B
(121,120,139)
#878797
(135,135,151)
#9596A3
(149,150,163)
#A3A5AF
(163,165,175)
#B1B4BB
(177,180,187)
#BFC3C7
(191,195,199)
#CDD2D3
(205,210,211)
#DBE1DF
(219,225,223)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5A73; }

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

This text font color is #5D5A73.


Background Color

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

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

This div background color is #5D5A73.


Border color

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

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

This div border color is #5D5A73.


Opacity

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

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

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

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

This text has shadow with #5D5A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5A73 on black background.


Color preview on white background

This text has color #5D5A73 on white background.



Black color preview on #5D5A73 background

This text has black color on #5D5A73 background.


White color preview on #5D5A73 background

This text has white color on #5D5A73 background.