COLOR #5D6886

HEX: #5D6886
RGB: (93,104,134)

Color info

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

RGB color model

#5D6886 color RGB value is (93,104,134).

  • red value is 93;
  • green value is 104;
  • blue value is 134.
RGB:
(93,104,134)
(36%,41%,53%)

RGB channels and saturation

R 93 of 255 = 36%
G 104 of 255 = 41%
B 134 of 255 = 53%

93
104
134

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

Portions of RGB colors in percentages

R + G + B =
93 + 104 + 134 = 331 (100%)
R 93 of 331 ~ 28.1%
G 104 of 331 ~ 31.42%
B 134 of 331 ~ 40.48%

%28.1
%31.42
%40.48

CMYK color model

#5D6886 color CMYK value is (31,22,0,47).

  • cyan value is 30.60%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(31,22,0,47)
C31M22Y0K47 
(31%,22%,0%,47%)
(0.31/0.22/0.00/0.47)	

CMYK percentages

%30.6
%22.39
%0
%47.45

Codes

Color #5D6886 in popluar color models

5D6886
RGB93104134
HSL224°18.06%44.51%
HSB/HSV224°30.60%52.55%
CMYK30.60%22.39%0.00%
47.45%

Color #5D6886 in popluar number systems.

HEX5D6886
Decimal93104134
Binary1011101110100010000110
Octal135150206

Shades and tints

Shades of #5D6886

#5D6886
(93,104,134)
#555F7A
(85,95,122)
#4D566E
(77,86,110)
#454D62
(69,77,98)
#3D4456
(61,68,86)
#353B4A
(53,59,74)
#2D323E
(45,50,62)
#252932
(37,41,50)
#1D2026
(29,32,38)
#15171A
(21,23,26)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #5D6886

#5D6886
(93,104,134)
#6B7591
(107,117,145)
#79829C
(121,130,156)
#878FA7
(135,143,167)
#959CB2
(149,156,178)
#A3A9BD
(163,169,189)
#B1B6C8
(177,182,200)
#BFC3D3
(191,195,211)
#CDD0DE
(205,208,222)
#DBDDE9
(219,221,233)
#E9EAF4
(233,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6886 color. Also use rgb(93,104,134) instead hex code.

Text Font Color

.myTextColor { color: #5D6886; }

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

This text font color is #5D6886.


Background Color

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

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

This div background color is #5D6886.


Border color

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

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

This div border color is #5D6886.


Opacity

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

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

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

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

This text has shadow with #5D6886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6886 on black background.


Color preview on white background

This text has color #5D6886 on white background.



Black color preview on #5D6886 background

This text has black color on #5D6886 background.


White color preview on #5D6886 background

This text has white color on #5D6886 background.