COLOR #5D6B8D

HEX: #5D6B8D
RGB: (93,107,141)

Color info

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

RGB color model

#5D6B8D color RGB value is (93,107,141).

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

RGB channels and saturation

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

93
107
141

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

Portions of RGB colors in percentages

R + G + B =
93 + 107 + 141 = 341 (100%)
R 93 of 341 ~ 27.27%
G 107 of 341 ~ 31.38%
B 141 of 341 ~ 41.35%

%27.27
%31.38
%41.35

CMYK color model

#5D6B8D color CMYK value is (34,24,0,45).

  • cyan value is 34.04%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(34,24,0,45)
C34M24Y0K45 
(34%,24%,0%,45%)
(0.34/0.24/0.00/0.45)	

CMYK percentages

%34.04
%24.11
%0
%44.71

Codes

Color #5D6B8D in popluar color models

5D6B8D
RGB93107141
HSL223°20.51%45.88%
HSB/HSV223°34.04%55.29%
CMYK34.04%24.11%0.00%
44.71%

Color #5D6B8D in popluar number systems.

HEX5D6B8D
Decimal93107141
Binary1011101110101110001101
Octal135153215

Shades and tints

Shades of #5D6B8D

#5D6B8D
(93,107,141)
#556281
(85,98,129)
#4D5975
(77,89,117)
#455069
(69,80,105)
#3D475D
(61,71,93)
#353E51
(53,62,81)
#2D3545
(45,53,69)
#252C39
(37,44,57)
#1D232D
(29,35,45)
#151A21
(21,26,33)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #5D6B8D

#5D6B8D
(93,107,141)
#6B7897
(107,120,151)
#7985A1
(121,133,161)
#8792AB
(135,146,171)
#959FB5
(149,159,181)
#A3ACBF
(163,172,191)
#B1B9C9
(177,185,201)
#BFC6D3
(191,198,211)
#CDD3DD
(205,211,221)
#DBE0E7
(219,224,231)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6B8D; }

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

This text font color is #5D6B8D.


Background Color

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

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

This div background color is #5D6B8D.


Border color

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

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

This div border color is #5D6B8D.


Opacity

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

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

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

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

This text has shadow with #5D6B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6B8D on black background.


Color preview on white background

This text has color #5D6B8D on white background.



Black color preview on #5D6B8D background

This text has black color on #5D6B8D background.


White color preview on #5D6B8D background

This text has white color on #5D6B8D background.