COLOR #5D6379

HEX: #5D6379 RGB: (93,99,121)

Color info

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

RGB color model

#5D6379 color RGB value is (93,99,121).

RGB: (93,99,121) (36%, 39%, 47%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 121 of 255 = 47%

93
99
121

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

Portions of RGB colors in percentages

R + G + B = 93 + 99 + 121 = 313 (100%)
R 93 of 313 ~ 29.71%
G 99 of 313 ~ 31.63%
B 121 of 313 ~ 38.66'%

%29.71
%31.63
%38.66

CMYK color model

#5D6379 color CMYK value is (23,18,0,53).

  • cyan value is 23.14%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (23,18,0,53) C23M18Y0K53 (23%,18%,0%,53%) (0.23/0.18/0.00/0.53) 

CMYK percentages

%23.14
%18.18
%0
%52.55

Codes

Color #5D6379 in popluar color models

5D 63 79
RGB 93 99 121
HSL 227° 13.08% 41.96%
HSB/HSV 227° 23.14% 47.45%
CMYK 23.14% 18.18% 0.00%
52.55%

Color #5D6379 in popluar number systems.

HEX 5D 63 79
Decimal 93 99 121
Binary 1011101 1100011 1111001
Octal 135 143 171

Shades and tints

Shades of #5D6379

#5D6379
(93,99,121)
#555A6E
(85,90,110)
#4D5163
(77,81,99)
#454858
(69,72,88)
#3D3F4D
(61,63,77)
#353642
(53,54,66)
#2D2D37
(45,45,55)
#25242C
(37,36,44)
#1D1B21
(29,27,33)
#151216
(21,18,22)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #5D6379

#5D6379
(93,99,121)
#6B7185
(107,113,133)
#797F91
(121,127,145)
#878D9D
(135,141,157)
#959BA9
(149,155,169)
#A3A9B5
(163,169,181)
#B1B7C1
(177,183,193)
#BFC5CD
(191,197,205)
#CDD3D9
(205,211,217)
#DBE1E5
(219,225,229)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6379 color. Also use rgb(93,99,121) instead hex code.

Text Font Color

.myTextColor { color: #5D6379; }

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

This text font color is #5D6379.

Background Color

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

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

This div background color is #5D6379.

Border color

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

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

This div border color is #5D6379.

Opacity

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

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

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

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

This text has shadow with #5D6379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6379.

Preview

Color preview on black background

This text has color #5D6379 on black background.


Color preview on white background

This text has color #5D6379 on white background.


Black color preview on #5D6379 background

This text has black color on #5D6379 background.


White color preview on #5D6379 background

This text has white color on #5D6379 background.


Related colors

Complementary color

Complementary color for #hex is #A29C86.


I love getcolorcode.com

Triadic colors

1 #795D63 and #63795D with #5D6379 are triadic colors.

2 #79635D and #635D79 with #5D6379 are triadic colors.