COLOR #5D6566

HEX: #5D6566
RGB: (93,101,102)

Color info

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

RGB color model

#5D6566 color RGB value is (93,101,102).

  • red value is 93;
  • green value is 101;
  • blue value is 102.
RGB:
(93,101,102)
(36%,40%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 101 of 255 = 40%
B 102 of 255 = 40%

93
101
102

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

Portions of RGB colors in percentages

R + G + B =
93 + 101 + 102 = 296 (100%)
R 93 of 296 ~ 31.42%
G 101 of 296 ~ 34.12%
B 102 of 296 ~ 34.46%

%31.42
%34.12
%34.46

CMYK color model

#5D6566 color CMYK value is (9,1,0,60).

  • cyan value is 8.82%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(9,1,0,60)
C9M1Y0K60 
(9%,1%,0%,60%)
(0.09/0.01/0.00/0.60)	

CMYK percentages

%8.82
%0.98
%0
%60

Codes

Color #5D6566 in popluar color models

5D6566
RGB93101102
HSL187°4.62%38.24%
HSB/HSV187°8.82%40.00%
CMYK8.82%0.98%0.00%
60.00%

Color #5D6566 in popluar number systems.

HEX5D6566
Decimal93101102
Binary101110111001011100110
Octal135145146

Shades and tints

Shades of #5D6566

#5D6566
(93,101,102)
#555C5D
(85,92,93)
#4D5354
(77,83,84)
#454A4B
(69,74,75)
#3D4142
(61,65,66)
#353839
(53,56,57)
#2D2F30
(45,47,48)
#252627
(37,38,39)
#1D1D1E
(29,29,30)
#151415
(21,20,21)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #5D6566

#5D6566
(93,101,102)
#6B7373
(107,115,115)
#798180
(121,129,128)
#878F8D
(135,143,141)
#959D9A
(149,157,154)
#A3ABA7
(163,171,167)
#B1B9B4
(177,185,180)
#BFC7C1
(191,199,193)
#CDD5CE
(205,213,206)
#DBE3DB
(219,227,219)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6566; }

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

This text font color is #5D6566.


Background Color

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

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

This div background color is #5D6566.


Border color

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

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

This div border color is #5D6566.


Opacity

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

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

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

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

This text has shadow with #5D6566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6566 on black background.


Color preview on white background

This text has color #5D6566 on white background.



Black color preview on #5D6566 background

This text has black color on #5D6566 background.


White color preview on #5D6566 background

This text has white color on #5D6566 background.