COLOR #5D5D6E

HEX: #5D5D6E
RGB: (93,93,110)

Color info

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

RGB color model

#5D5D6E color RGB value is (93,93,110).

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

RGB channels and saturation

R 93 of 255 = 36%
G 93 of 255 = 36%
B 110 of 255 = 43%

93
93
110

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

Portions of RGB colors in percentages

R + G + B =
93 + 93 + 110 = 296 (100%)
R 93 of 296 ~ 31.42%
G 93 of 296 ~ 31.42%
B 110 of 296 ~ 37.16%

%31.42
%31.42
%37.16

CMYK color model

#5D5D6E color CMYK value is (15,15,0,57).

  • cyan value is 15.45%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(15,15,0,57)
C15M15Y0K57 
(15%,15%,0%,57%)
(0.15/0.15/0.00/0.57)	

CMYK percentages

%15.45
%15.45
%0
%56.86

Codes

Color #5D5D6E in popluar color models

5D5D6E
RGB9393110
HSL240°8.37%39.80%
HSB/HSV240°15.45%43.14%
CMYK15.45%15.45%0.00%
56.86%

Color #5D5D6E in popluar number systems.

HEX5D5D6E
Decimal9393110
Binary101110110111011101110
Octal135135156

Shades and tints

Shades of #5D5D6E

#5D5D6E
(93,93,110)
#555564
(85,85,100)
#4D4D5A
(77,77,90)
#454550
(69,69,80)
#3D3D46
(61,61,70)
#35353C
(53,53,60)
#2D2D32
(45,45,50)
#252528
(37,37,40)
#1D1D1E
(29,29,30)
#151514
(21,21,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #5D5D6E

#5D5D6E
(93,93,110)
#6B6B7B
(107,107,123)
#797988
(121,121,136)
#878795
(135,135,149)
#9595A2
(149,149,162)
#A3A3AF
(163,163,175)
#B1B1BC
(177,177,188)
#BFBFC9
(191,191,201)
#CDCDD6
(205,205,214)
#DBDBE3
(219,219,227)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5D6E; }

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

This text font color is #5D5D6E.


Background Color

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

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

This div background color is #5D5D6E.


Border color

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

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

This div border color is #5D5D6E.


Opacity

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

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

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

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

This text has shadow with #5D5D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5D6E on black background.


Color preview on white background

This text has color #5D5D6E on white background.



Black color preview on #5D5D6E background

This text has black color on #5D5D6E background.


White color preview on #5D5D6E background

This text has white color on #5D5D6E background.