COLOR #5D5C77

HEX: #5D5C77 RGB: (93,92,119)

Color info

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

RGB color model

#5D5C77 color RGB value is (93,92,119).

RGB: (93,92,119) (36%, 36%, 47%)

RGB channels and saturation

R 93 of 255 = 36%
G 92 of 255 = 36%
B 119 of 255 = 47%

93
92
119

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

Portions of RGB colors in percentages

R + G + B = 93 + 92 + 119 = 304 (100%)
R 93 of 304 ~ 30.59%
G 92 of 304 ~ 30.26%
B 119 of 304 ~ 39.14'%

%30.59
%30.26
%39.14

CMYK color model

#5D5C77 color CMYK value is (22,23,0,53).

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

CMYK: (22,23,0,53)
C22M23Y0K53 (22%, 23%, 0%, 53%)
(0.22 / 0.23 / 0.00 / 0.53)

CMYK percentages

%21.85
%22.69
%0
%53.33

Codes

Color #5D5C77 in popluar color models

5D 5C 77
RGB 93 92 119
HSL 242° 12.80% 41.37%
HSB/HSV 242° 22.69% 46.67%
CMYK 21.85% 22.69% 0.00%
53.33%

Color #5D5C77 in popluar number systems.

HEX 5D 5C 77
Decimal 93 92 119
Binary 1011101 1011100 1110111
Octal 135 134 167

Shades and tints

Shades of #5D5C77

#5D5C77
(93,92,119)
#55546D
(85,84,109)
#4D4C63
(77,76,99)
#454459
(69,68,89)
#3D3C4F
(61,60,79)
#353445
(53,52,69)
#2D2C3B
(45,44,59)
#252431
(37,36,49)
#1D1C27
(29,28,39)
#15141D
(21,20,29)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #5D5C77

#5D5C77
(93,92,119)
#6B6A83
(107,106,131)
#79788F
(121,120,143)
#87869B
(135,134,155)
#9594A7
(149,148,167)
#A3A2B3
(163,162,179)
#B1B0BF
(177,176,191)
#BFBECB
(191,190,203)
#CDCCD7
(205,204,215)
#DBDAE3
(219,218,227)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5C77; }

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

This text font color is #5D5C77.

Background Color

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

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

This div background color is #5D5C77.

Border color

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

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

This div border color is #5D5C77.

Opacity

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

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

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

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

This text has shadow with #5D5C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5C77.

Preview

Color preview on black background

This text has color #5D5C77 on black background.


Color preview on white background

This text has color #5D5C77 on white background.


Black color preview on #5D5C77 background

This text has black color on #5D5C77 background.


White color preview on #5D5C77 background

This text has white color on #5D5C77 background.


Related colors

Complementary color

Complementary color for #hex is #A2A388.


I love getcolorcode.com

Triadic colors

1 #775D5C and #5C775D with #5D5C77 are triadic colors.

2 #775C5D and #5C5D77 with #5D5C77 are triadic colors.