COLOR #5D656B

HEX: #5D656B
RGB: (93,101,107)

Color info

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

RGB color model

#5D656B color RGB value is (93,101,107).

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

RGB channels and saturation

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

93
101
107

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

Portions of RGB colors in percentages

R + G + B =
93 + 101 + 107 = 301 (100%)
R 93 of 301 ~ 30.9%
G 101 of 301 ~ 33.55%
B 107 of 301 ~ 35.55%

%30.9
%33.55
%35.55

CMYK color model

#5D656B color CMYK value is (13,6,0,58).

  • cyan value is 13.08%
  • magenta value is 5.61%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(13,6,0,58)
C13M6Y0K58 
(13%,6%,0%,58%)
(0.13/0.06/0.00/0.58)	

CMYK percentages

%13.08
%5.61
%0
%58.04

Codes

Color #5D656B in popluar color models

5D656B
RGB93101107
HSL206°7.00%39.22%
HSB/HSV206°13.08%41.96%
CMYK13.08%5.61%0.00%
58.04%

Color #5D656B in popluar number systems.

HEX5D656B
Decimal93101107
Binary101110111001011101011
Octal135145153

Shades and tints

Shades of #5D656B

#5D656B
(93,101,107)
#555C62
(85,92,98)
#4D5359
(77,83,89)
#454A50
(69,74,80)
#3D4147
(61,65,71)
#35383E
(53,56,62)
#2D2F35
(45,47,53)
#25262C
(37,38,44)
#1D1D23
(29,29,35)
#15141A
(21,20,26)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #5D656B

#5D656B
(93,101,107)
#6B7378
(107,115,120)
#798185
(121,129,133)
#878F92
(135,143,146)
#959D9F
(149,157,159)
#A3ABAC
(163,171,172)
#B1B9B9
(177,185,185)
#BFC7C6
(191,199,198)
#CDD5D3
(205,213,211)
#DBE3E0
(219,227,224)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D656B; }

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

This text font color is #5D656B.


Background Color

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

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

This div background color is #5D656B.


Border color

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

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

This div border color is #5D656B.


Opacity

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

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

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

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

This text has shadow with #5D656B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D656B on black background.


Color preview on white background

This text has color #5D656B on white background.



Black color preview on #5D656B background

This text has black color on #5D656B background.


White color preview on #5D656B background

This text has white color on #5D656B background.