COLOR #5D5D6A

HEX: #5D5D6A
RGB: (93,93,106)

Color info

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

RGB color model

#5D5D6A color RGB value is (93,93,106).

  • red value is 93;
  • green value is 93;
  • blue value is 106.
RGB:
(93,93,106)
(36%,36%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 93 of 255 = 36%
B 106 of 255 = 42%

93
93
106

R + G + B ~ 38%. #5D5D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 93 + 106 = 292 (100%)
R 93 of 292 ~ 31.85%
G 93 of 292 ~ 31.85%
B 106 of 292 ~ 36.3%

%31.85
%31.85
%36.3

CMYK color model

#5D5D6A color CMYK value is (12,12,0,58).

  • cyan value is 12.26%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(12,12,0,58)
C12M12Y0K58 
(12%,12%,0%,58%)
(0.12/0.12/0.00/0.58)	

CMYK percentages

%12.26
%12.26
%0
%58.43

Codes

Color #5D5D6A in popluar color models

5D5D6A
RGB9393106
HSL240°6.53%39.02%
HSB/HSV240°12.26%41.57%
CMYK12.26%12.26%0.00%
58.43%

Color #5D5D6A in popluar number systems.

HEX5D5D6A
Decimal9393106
Binary101110110111011101010
Octal135135152

Shades and tints

Shades of #5D5D6A

#5D5D6A
(93,93,106)
#555561
(85,85,97)
#4D4D58
(77,77,88)
#45454F
(69,69,79)
#3D3D46
(61,61,70)
#35353D
(53,53,61)
#2D2D34
(45,45,52)
#25252B
(37,37,43)
#1D1D22
(29,29,34)
#151519
(21,21,25)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #5D5D6A

#5D5D6A
(93,93,106)
#6B6B77
(107,107,119)
#797984
(121,121,132)
#878791
(135,135,145)
#95959E
(149,149,158)
#A3A3AB
(163,163,171)
#B1B1B8
(177,177,184)
#BFBFC5
(191,191,197)
#CDCDD2
(205,205,210)
#DBDBDF
(219,219,223)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5D6A; }

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

This text font color is #5D5D6A.


Background Color

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

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

This div background color is #5D5D6A.


Border color

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

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

This div border color is #5D5D6A.


Opacity

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

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

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

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

This text has shadow with #5D5D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5D6A on black background.


Color preview on white background

This text has color #5D5D6A on white background.



Black color preview on #5D5D6A background

This text has black color on #5D5D6A background.


White color preview on #5D5D6A background

This text has white color on #5D5D6A background.