COLOR #5D689E

HEX: #5D689E
RGB: (93,104,158)

Color info

#5D689E contains mainly green and blue colors. Web safe color of #5D689E is #666699 (or #669).

RGB color model

#5D689E color RGB value is (93,104,158).

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

RGB channels and saturation

R 93 of 255 = 36%
G 104 of 255 = 41%
B 158 of 255 = 62%

93
104
158

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

Portions of RGB colors in percentages

R + G + B =
93 + 104 + 158 = 355 (100%)
R 93 of 355 ~ 26.2%
G 104 of 355 ~ 29.3%
B 158 of 355 ~ 44.51%

%26.2
%29.3
%44.51

CMYK color model

#5D689E color CMYK value is (41,34,0,38).

  • cyan value is 41.14%
  • magenta value is 34.18%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(41,34,0,38)
C41M34Y0K38 
(41%,34%,0%,38%)
(0.41/0.34/0.00/0.38)	

CMYK percentages

%41.14
%34.18
%0
%38.04

Codes

Color #5D689E in popluar color models

5D689E
RGB93104158
HSL230°25.90%49.22%
HSB/HSV230°41.14%61.96%
CMYK41.14%34.18%0.00%
38.04%

Color #5D689E in popluar number systems.

HEX5D689E
Decimal93104158
Binary1011101110100010011110
Octal135150236

Shades and tints

Shades of #5D689E

#5D689E
(93,104,158)
#555F90
(85,95,144)
#4D5682
(77,86,130)
#454D74
(69,77,116)
#3D4466
(61,68,102)
#353B58
(53,59,88)
#2D324A
(45,50,74)
#25293C
(37,41,60)
#1D202E
(29,32,46)
#151720
(21,23,32)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #5D689E

#5D689E
(93,104,158)
#6B75A6
(107,117,166)
#7982AE
(121,130,174)
#878FB6
(135,143,182)
#959CBE
(149,156,190)
#A3A9C6
(163,169,198)
#B1B6CE
(177,182,206)
#BFC3D6
(191,195,214)
#CDD0DE
(205,208,222)
#DBDDE6
(219,221,230)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D689E; }

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

This text font color is #5D689E.


Background Color

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

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

This div background color is #5D689E.


Border color

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

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

This div border color is #5D689E.


Opacity

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

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

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

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

This text has shadow with #5D689E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D689E on black background.


Color preview on white background

This text has color #5D689E on white background.



Black color preview on #5D689E background

This text has black color on #5D689E background.


White color preview on #5D689E background

This text has white color on #5D689E background.