COLOR #5D6C7E

HEX: #5D6C7E RGB: (93,108,126)

Color info

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

RGB color model

#5D6C7E color RGB value is (93,108,126).

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

RGB channels and saturation

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

93
108
126

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

Portions of RGB colors in percentages

R + G + B = 93 + 108 + 126 = 327 (100%)
R 93 of 327 ~ 28.44%
G 108 of 327 ~ 33.03%
B 126 of 327 ~ 38.53'%

%28.44
%33.03
%38.53

CMYK color model

#5D6C7E color CMYK value is (26,14,0,51).

  • cyan value is 26.19%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (26,14,0,51) C26M14Y0K51 (26%,14%,0%,51%) (0.26/0.14/0.00/0.51) 

CMYK percentages

%26.19
%14.29
%0
%50.59

Codes

Color #5D6C7E in popluar color models

5D 6C 7E
RGB 93 108 126
HSL 213° 15.07% 42.94%
HSB/HSV 213° 26.19% 49.41%
CMYK 26.19% 14.29% 0.00%
50.59%

Color #5D6C7E in popluar number systems.

HEX 5D 6C 7E
Decimal 93 108 126
Binary 1011101 1101100 1111110
Octal 135 154 176

Shades and tints

Shades of #5D6C7E

#5D6C7E
(93,108,126)
#556373
(85,99,115)
#4D5A68
(77,90,104)
#45515D
(69,81,93)
#3D4852
(61,72,82)
#353F47
(53,63,71)
#2D363C
(45,54,60)
#252D31
(37,45,49)
#1D2426
(29,36,38)
#151B1B
(21,27,27)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #5D6C7E

#5D6C7E
(93,108,126)
#6B7989
(107,121,137)
#798694
(121,134,148)
#87939F
(135,147,159)
#95A0AA
(149,160,170)
#A3ADB5
(163,173,181)
#B1BAC0
(177,186,192)
#BFC7CB
(191,199,203)
#CDD4D6
(205,212,214)
#DBE1E1
(219,225,225)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6C7E; }

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

This text font color is #5D6C7E.

Background Color

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

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

This div background color is #5D6C7E.

Border color

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

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

This div border color is #5D6C7E.

Opacity

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

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

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

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

This text has shadow with #5D6C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6C7E.

Preview

Color preview on black background

This text has color #5D6C7E on black background.


Color preview on white background

This text has color #5D6C7E on white background.


Black color preview on #5D6C7E background

This text has black color on #5D6C7E background.


White color preview on #5D6C7E background

This text has white color on #5D6C7E background.


Related colors

Complementary color

Complementary color for #hex is #A29381.


I love getcolorcode.com

Triadic colors

1 #7E5D6C and #6C7E5D with #5D6C7E are triadic colors.

2 #7E6C5D and #6C5D7E with #5D6C7E are triadic colors.