COLOR #5D698E

HEX: #5D698E
RGB: (93,105,142)

Color info

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

RGB color model

#5D698E color RGB value is (93,105,142).

  • red value is 93;
  • green value is 105;
  • blue value is 142.
RGB:
(93,105,142)
(36%,41%,56%)

RGB channels and saturation

R 93 of 255 = 36%
G 105 of 255 = 41%
B 142 of 255 = 56%

93
105
142

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

Portions of RGB colors in percentages

R + G + B =
93 + 105 + 142 = 340 (100%)
R 93 of 340 ~ 27.35%
G 105 of 340 ~ 30.88%
B 142 of 340 ~ 41.76%

%27.35
%30.88
%41.76

CMYK color model

#5D698E color CMYK value is (35,26,0,44).

  • cyan value is 34.51%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(35,26,0,44)
C35M26Y0K44 
(35%,26%,0%,44%)
(0.35/0.26/0.00/0.44)	

CMYK percentages

%34.51
%26.06
%0
%44.31

Codes

Color #5D698E in popluar color models

5D698E
RGB93105142
HSL225°20.85%46.08%
HSB/HSV225°34.51%55.69%
CMYK34.51%26.06%0.00%
44.31%

Color #5D698E in popluar number systems.

HEX5D698E
Decimal93105142
Binary1011101110100110001110
Octal135151216

Shades and tints

Shades of #5D698E

#5D698E
(93,105,142)
#556082
(85,96,130)
#4D5776
(77,87,118)
#454E6A
(69,78,106)
#3D455E
(61,69,94)
#353C52
(53,60,82)
#2D3346
(45,51,70)
#252A3A
(37,42,58)
#1D212E
(29,33,46)
#151822
(21,24,34)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #5D698E

#5D698E
(93,105,142)
#6B7698
(107,118,152)
#7983A2
(121,131,162)
#8790AC
(135,144,172)
#959DB6
(149,157,182)
#A3AAC0
(163,170,192)
#B1B7CA
(177,183,202)
#BFC4D4
(191,196,212)
#CDD1DE
(205,209,222)
#DBDEE8
(219,222,232)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D698E color. Also use rgb(93,105,142) instead hex code.

Text Font Color

.myTextColor { color: #5D698E; }

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

This text font color is #5D698E.


Background Color

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

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

This div background color is #5D698E.


Border color

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

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

This div border color is #5D698E.


Opacity

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

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

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

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

This text has shadow with #5D698E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D698E on black background.


Color preview on white background

This text has color #5D698E on white background.



Black color preview on #5D698E background

This text has black color on #5D698E background.


White color preview on #5D698E background

This text has white color on #5D698E background.