COLOR #5D6677

HEX: #5D6677 RGB: (93,102,119)

Color info

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

RGB color model

#5D6677 color RGB value is (93,102,119).

RGB: (93,102,119) (36%, 40%, 47%)

RGB channels and saturation

R 93 of 255 = 36%
G 102 of 255 = 40%
B 119 of 255 = 47%

93
102
119

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

Portions of RGB colors in percentages

R + G + B = 93 + 102 + 119 = 314 (100%)
R 93 of 314 ~ 29.62%
G 102 of 314 ~ 32.48%
B 119 of 314 ~ 37.9'%

%29.62
%32.48
%37.9

CMYK color model

#5D6677 color CMYK value is (22,14,0,53).

  • cyan value is 21.85%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (22,14,0,53)
C22M14Y0K53 (22%, 14%, 0%, 53%)
(0.22 / 0.14 / 0.00 / 0.53)

CMYK percentages

%21.85
%14.29
%0
%53.33

Codes

Color #5D6677 in popluar color models

5D 66 77
RGB 93 102 119
HSL 219° 12.26% 41.57%
HSB/HSV 219° 21.85% 46.67%
CMYK 21.85% 14.29% 0.00%
53.33%

Color #5D6677 in popluar number systems.

HEX 5D 66 77
Decimal 93 102 119
Binary 1011101 1100110 1110111
Octal 135 146 167

Shades and tints

Shades of #5D6677

#5D6677
(93,102,119)
#555D6D
(85,93,109)
#4D5463
(77,84,99)
#454B59
(69,75,89)
#3D424F
(61,66,79)
#353945
(53,57,69)
#2D303B
(45,48,59)
#252731
(37,39,49)
#1D1E27
(29,30,39)
#15151D
(21,21,29)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #5D6677

#5D6677
(93,102,119)
#6B7383
(107,115,131)
#79808F
(121,128,143)
#878D9B
(135,141,155)
#959AA7
(149,154,167)
#A3A7B3
(163,167,179)
#B1B4BF
(177,180,191)
#BFC1CB
(191,193,203)
#CDCED7
(205,206,215)
#DBDBE3
(219,219,227)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6677; }

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

This text font color is #5D6677.

Background Color

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

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

This div background color is #5D6677.

Border color

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

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

This div border color is #5D6677.

Opacity

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

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

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

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

This text has shadow with #5D6677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6677.

Preview

Color preview on black background

This text has color #5D6677 on black background.


Color preview on white background

This text has color #5D6677 on white background.


Black color preview on #5D6677 background

This text has black color on #5D6677 background.


White color preview on #5D6677 background

This text has white color on #5D6677 background.


Related colors

Complementary color

Complementary color for #hex is #A29988.


I love getcolorcode.com

Triadic colors

1 #775D66 and #66775D with #5D6677 are triadic colors.

2 #77665D and #665D77 with #5D6677 are triadic colors.