COLOR #5D6C8D

HEX: #5D6C8D
RGB: (93,108,141)

Color info

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

RGB color model

#5D6C8D color RGB value is (93,108,141).

  • red value is 93;
  • green value is 108;
  • blue value is 141.
RGB:
(93,108,141)
(36%,42%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 108 of 255 = 42%
B 141 of 255 = 55%

93
108
141

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

Portions of RGB colors in percentages

R + G + B =
93 + 108 + 141 = 342 (100%)
R 93 of 342 ~ 27.19%
G 108 of 342 ~ 31.58%
B 141 of 342 ~ 41.23%

%27.19
%31.58
%41.23

CMYK color model

#5D6C8D color CMYK value is (34,23,0,45).

  • cyan value is 34.04%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(34,23,0,45)
C34M23Y0K45 
(34%,23%,0%,45%)
(0.34/0.23/0.00/0.45)	

CMYK percentages

%34.04
%23.4
%0
%44.71

Codes

Color #5D6C8D in popluar color models

5D6C8D
RGB93108141
HSL221°20.51%45.88%
HSB/HSV221°34.04%55.29%
CMYK34.04%23.40%0.00%
44.71%

Color #5D6C8D in popluar number systems.

HEX5D6C8D
Decimal93108141
Binary1011101110110010001101
Octal135154215

Shades and tints

Shades of #5D6C8D

#5D6C8D
(93,108,141)
#556381
(85,99,129)
#4D5A75
(77,90,117)
#455169
(69,81,105)
#3D485D
(61,72,93)
#353F51
(53,63,81)
#2D3645
(45,54,69)
#252D39
(37,45,57)
#1D242D
(29,36,45)
#151B21
(21,27,33)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #5D6C8D

#5D6C8D
(93,108,141)
#6B7997
(107,121,151)
#7986A1
(121,134,161)
#8793AB
(135,147,171)
#95A0B5
(149,160,181)
#A3ADBF
(163,173,191)
#B1BAC9
(177,186,201)
#BFC7D3
(191,199,211)
#CDD4DD
(205,212,221)
#DBE1E7
(219,225,231)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6C8D; }

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

This text font color is #5D6C8D.


Background Color

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

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

This div background color is #5D6C8D.


Border color

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

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

This div border color is #5D6C8D.


Opacity

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

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

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

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

This text has shadow with #5D6C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6C8D on black background.


Color preview on white background

This text has color #5D6C8D on white background.



Black color preview on #5D6C8D background

This text has black color on #5D6C8D background.


White color preview on #5D6C8D background

This text has white color on #5D6C8D background.