COLOR #5D6381

HEX: #5D6381
RGB: (93,99,129)

Color info

#5D6381 contains red, green and blue colors in about the same proportion. Web safe color of #5D6381 is #666699 (or #669).

RGB color model

#5D6381 color RGB value is (93,99,129).

  • red value is 93;
  • green value is 99;
  • blue value is 129.
RGB:
(93,99,129)
(36%,39%,51%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 129 of 255 = 51%

93
99
129

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

Portions of RGB colors in percentages

R + G + B =
93 + 99 + 129 = 321 (100%)
R 93 of 321 ~ 28.97%
G 99 of 321 ~ 30.84%
B 129 of 321 ~ 40.19%

%28.97
%30.84
%40.19

CMYK color model

#5D6381 color CMYK value is (28,23,0,49).

  • cyan value is 27.91%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(28,23,0,49)
C28M23Y0K49 
(28%,23%,0%,49%)
(0.28/0.23/0.00/0.49)	

CMYK percentages

%27.91
%23.26
%0
%49.41

Codes

Color #5D6381 in popluar color models

5D6381
RGB9399129
HSL230°16.22%43.53%
HSB/HSV230°27.91%50.59%
CMYK27.91%23.26%0.00%
49.41%

Color #5D6381 in popluar number systems.

HEX5D6381
Decimal9399129
Binary1011101110001110000001
Octal135143201

Shades and tints

Shades of #5D6381

#5D6381
(93,99,129)
#555A76
(85,90,118)
#4D516B
(77,81,107)
#454860
(69,72,96)
#3D3F55
(61,63,85)
#35364A
(53,54,74)
#2D2D3F
(45,45,63)
#252434
(37,36,52)
#1D1B29
(29,27,41)
#15121E
(21,18,30)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #5D6381

#5D6381
(93,99,129)
#6B718C
(107,113,140)
#797F97
(121,127,151)
#878DA2
(135,141,162)
#959BAD
(149,155,173)
#A3A9B8
(163,169,184)
#B1B7C3
(177,183,195)
#BFC5CE
(191,197,206)
#CDD3D9
(205,211,217)
#DBE1E4
(219,225,228)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6381; }

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

This text font color is #5D6381.


Background Color

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

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

This div background color is #5D6381.


Border color

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

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

This div border color is #5D6381.


Opacity

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

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

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

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

This text has shadow with #5D6381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6381 on black background.


Color preview on white background

This text has color #5D6381 on white background.



Black color preview on #5D6381 background

This text has black color on #5D6381 background.


White color preview on #5D6381 background

This text has white color on #5D6381 background.