COLOR #5D6C7C

HEX: #5D6C7C RGB: (93,108,124)

Color info

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

RGB color model

#5D6C7C color RGB value is (93,108,124).

RGB: (93,108,124) (36%, 42%, 49%)

RGB channels and saturation

R 93 of 255 = 36%
G 108 of 255 = 42%
B 124 of 255 = 49%

93
108
124

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

Portions of RGB colors in percentages

R + G + B = 93 + 108 + 124 = 325 (100%)
R 93 of 325 ~ 28.62%
G 108 of 325 ~ 33.23%
B 124 of 325 ~ 38.15'%

%28.62
%33.23
%38.15

CMYK color model

#5D6C7C color CMYK value is (25,13,0,51).

  • cyan value is 25.00%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (25,13,0,51)
C25M13Y0K51 (25%, 13%, 0%, 51%)
(0.25 / 0.13 / 0.00 / 0.51)

CMYK percentages

%25
%12.9
%0
%51.37

Codes

Color #5D6C7C in popluar color models

5D 6C 7C
RGB 93 108 124
HSL 211° 14.29% 42.55%
HSB/HSV 211° 25.00% 48.63%
CMYK 25.00% 12.90% 0.00%
51.37%

Color #5D6C7C in popluar number systems.

HEX 5D 6C 7C
Decimal 93 108 124
Binary 1011101 1101100 1111100
Octal 135 154 174

Shades and tints

Shades of #5D6C7C

#5D6C7C
(93,108,124)
#556371
(85,99,113)
#4D5A66
(77,90,102)
#45515B
(69,81,91)
#3D4850
(61,72,80)
#353F45
(53,63,69)
#2D363A
(45,54,58)
#252D2F
(37,45,47)
#1D2424
(29,36,36)
#151B19
(21,27,25)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #5D6C7C

#5D6C7C
(93,108,124)
#6B7987
(107,121,135)
#798692
(121,134,146)
#87939D
(135,147,157)
#95A0A8
(149,160,168)
#A3ADB3
(163,173,179)
#B1BABE
(177,186,190)
#BFC7C9
(191,199,201)
#CDD4D4
(205,212,212)
#DBE1DF
(219,225,223)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6C7C color. Also use rgb(93,108,124) instead hex code.

Text Font Color

.myTextColor { color: #5D6C7C; }

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

This text font color is #5D6C7C.

Background Color

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

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

This div background color is #5D6C7C.

Border color

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

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

This div border color is #5D6C7C.

Opacity

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

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

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

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

This text has shadow with #5D6C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6C7C.

Preview

Color preview on black background

This text has color #5D6C7C on black background.


Color preview on white background

This text has color #5D6C7C on white background.


Black color preview on #5D6C7C background

This text has black color on #5D6C7C background.


White color preview on #5D6C7C background

This text has white color on #5D6C7C background.


Related colors

Complementary color

Complementary color for #hex is #A29383.


I love getcolorcode.com

Triadic colors

1 #7C5D6C and #6C7C5D with #5D6C7C are triadic colors.

2 #7C6C5D and #6C5D7C with #5D6C7C are triadic colors.