COLOR #5D677B

HEX: #5D677B
RGB: (93,103,123)

Color info

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

RGB color model

#5D677B color RGB value is (93,103,123).

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

RGB channels and saturation

R 93 of 255 = 36%
G 103 of 255 = 40%
B 123 of 255 = 48%

93
103
123

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

Portions of RGB colors in percentages

R + G + B =
93 + 103 + 123 = 319 (100%)
R 93 of 319 ~ 29.15%
G 103 of 319 ~ 32.29%
B 123 of 319 ~ 38.56%

%29.15
%32.29
%38.56

CMYK color model

#5D677B color CMYK value is (24,16,0,52).

  • cyan value is 24.39%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(24,16,0,52)
C24M16Y0K52 
(24%,16%,0%,52%)
(0.24/0.16/0.00/0.52)	

CMYK percentages

%24.39
%16.26
%0
%51.76

Codes

Color #5D677B in popluar color models

5D677B
RGB93103123
HSL220°13.89%42.35%
HSB/HSV220°24.39%48.24%
CMYK24.39%16.26%0.00%
51.76%

Color #5D677B in popluar number systems.

HEX5D677B
Decimal93103123
Binary101110111001111111011
Octal135147173

Shades and tints

Shades of #5D677B

#5D677B
(93,103,123)
#555E70
(85,94,112)
#4D5565
(77,85,101)
#454C5A
(69,76,90)
#3D434F
(61,67,79)
#353A44
(53,58,68)
#2D3139
(45,49,57)
#25282E
(37,40,46)
#1D1F23
(29,31,35)
#151618
(21,22,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #5D677B

#5D677B
(93,103,123)
#6B7487
(107,116,135)
#798193
(121,129,147)
#878E9F
(135,142,159)
#959BAB
(149,155,171)
#A3A8B7
(163,168,183)
#B1B5C3
(177,181,195)
#BFC2CF
(191,194,207)
#CDCFDB
(205,207,219)
#DBDCE7
(219,220,231)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D677B; }

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

This text font color is #5D677B.


Background Color

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

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

This div background color is #5D677B.


Border color

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

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

This div border color is #5D677B.


Opacity

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

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

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

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

This text has shadow with #5D677B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D677B on black background.


Color preview on white background

This text has color #5D677B on white background.



Black color preview on #5D677B background

This text has black color on #5D677B background.


White color preview on #5D677B background

This text has white color on #5D677B background.