COLOR #5D656C

HEX: #5D656C
RGB: (93,101,108)

Color info

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

RGB color model

#5D656C color RGB value is (93,101,108).

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

RGB channels and saturation

R 93 of 255 = 36%
G 101 of 255 = 40%
B 108 of 255 = 42%

93
101
108

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

Portions of RGB colors in percentages

R + G + B =
93 + 101 + 108 = 302 (100%)
R 93 of 302 ~ 30.79%
G 101 of 302 ~ 33.44%
B 108 of 302 ~ 35.76%

%30.79
%33.44
%35.76

CMYK color model

#5D656C color CMYK value is (14,6,0,58).

  • cyan value is 13.89%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(14,6,0,58)
C14M6Y0K58 
(14%,6%,0%,58%)
(0.14/0.06/0.00/0.58)	

CMYK percentages

%13.89
%6.48
%0
%57.65

Codes

Color #5D656C in popluar color models

5D656C
RGB93101108
HSL208°7.46%39.41%
HSB/HSV208°13.89%42.35%
CMYK13.89%6.48%0.00%
57.65%

Color #5D656C in popluar number systems.

HEX5D656C
Decimal93101108
Binary101110111001011101100
Octal135145154

Shades and tints

Shades of #5D656C

#5D656C
(93,101,108)
#555C63
(85,92,99)
#4D535A
(77,83,90)
#454A51
(69,74,81)
#3D4148
(61,65,72)
#35383F
(53,56,63)
#2D2F36
(45,47,54)
#25262D
(37,38,45)
#1D1D24
(29,29,36)
#15141B
(21,20,27)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #5D656C

#5D656C
(93,101,108)
#6B7379
(107,115,121)
#798186
(121,129,134)
#878F93
(135,143,147)
#959DA0
(149,157,160)
#A3ABAD
(163,171,173)
#B1B9BA
(177,185,186)
#BFC7C7
(191,199,199)
#CDD5D4
(205,213,212)
#DBE3E1
(219,227,225)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D656C; }

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

This text font color is #5D656C.


Background Color

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

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

This div background color is #5D656C.


Border color

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

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

This div border color is #5D656C.


Opacity

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

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

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

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

This text has shadow with #5D656C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D656C on black background.


Color preview on white background

This text has color #5D656C on white background.



Black color preview on #5D656C background

This text has black color on #5D656C background.


White color preview on #5D656C background

This text has white color on #5D656C background.