COLOR #5D6775

HEX: #5D6775
RGB: (93,103,117)

Color info

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

RGB color model

#5D6775 color RGB value is (93,103,117).

  • red value is 93;
  • green value is 103;
  • blue value is 117.
RGB:
(93,103,117)
(36%,40%,46%)

RGB channels and saturation

R 93 of 255 = 36%
G 103 of 255 = 40%
B 117 of 255 = 46%

93
103
117

R + G + B ~ 41%. #5D6775 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 103 + 117 = 313 (100%)
R 93 of 313 ~ 29.71%
G 103 of 313 ~ 32.91%
B 117 of 313 ~ 37.38%

%29.71
%32.91
%37.38

CMYK color model

#5D6775 color CMYK value is (21,12,0,54).

  • cyan value is 20.51%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(21,12,0,54)
C21M12Y0K54 
(21%,12%,0%,54%)
(0.21/0.12/0.00/0.54)	

CMYK percentages

%20.51
%11.97
%0
%54.12

Codes

Color #5D6775 in popluar color models

5D6775
RGB93103117
HSL215°11.43%41.18%
HSB/HSV215°20.51%45.88%
CMYK20.51%11.97%0.00%
54.12%

Color #5D6775 in popluar number systems.

HEX5D6775
Decimal93103117
Binary101110111001111110101
Octal135147165

Shades and tints

Shades of #5D6775

#5D6775
(93,103,117)
#555E6B
(85,94,107)
#4D5561
(77,85,97)
#454C57
(69,76,87)
#3D434D
(61,67,77)
#353A43
(53,58,67)
#2D3139
(45,49,57)
#25282F
(37,40,47)
#1D1F25
(29,31,37)
#15161B
(21,22,27)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #5D6775

#5D6775
(93,103,117)
#6B7481
(107,116,129)
#79818D
(121,129,141)
#878E99
(135,142,153)
#959BA5
(149,155,165)
#A3A8B1
(163,168,177)
#B1B5BD
(177,181,189)
#BFC2C9
(191,194,201)
#CDCFD5
(205,207,213)
#DBDCE1
(219,220,225)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6775; }

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

This text font color is #5D6775.


Background Color

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

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

This div background color is #5D6775.


Border color

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

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

This div border color is #5D6775.


Opacity

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

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

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

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

This text has shadow with #5D6775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6775 on black background.


Color preview on white background

This text has color #5D6775 on white background.



Black color preview on #5D6775 background

This text has black color on #5D6775 background.


White color preview on #5D6775 background

This text has white color on #5D6775 background.