COLOR #5D698B

HEX: #5D698B
RGB: (93,105,139)

Color info

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

RGB color model

#5D698B color RGB value is (93,105,139).

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

RGB channels and saturation

R 93 of 255 = 36%
G 105 of 255 = 41%
B 139 of 255 = 55%

93
105
139

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

Portions of RGB colors in percentages

R + G + B =
93 + 105 + 139 = 337 (100%)
R 93 of 337 ~ 27.6%
G 105 of 337 ~ 31.16%
B 139 of 337 ~ 41.25%

%27.6
%31.16
%41.25

CMYK color model

#5D698B color CMYK value is (33,24,0,45).

  • cyan value is 33.09%
  • magenta value is 24.46%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(33,24,0,45)
C33M24Y0K45 
(33%,24%,0%,45%)
(0.33/0.24/0.00/0.45)	

CMYK percentages

%33.09
%24.46
%0
%45.49

Codes

Color #5D698B in popluar color models

5D698B
RGB93105139
HSL224°19.83%45.49%
HSB/HSV224°33.09%54.51%
CMYK33.09%24.46%0.00%
45.49%

Color #5D698B in popluar number systems.

HEX5D698B
Decimal93105139
Binary1011101110100110001011
Octal135151213

Shades and tints

Shades of #5D698B

#5D698B
(93,105,139)
#55607F
(85,96,127)
#4D5773
(77,87,115)
#454E67
(69,78,103)
#3D455B
(61,69,91)
#353C4F
(53,60,79)
#2D3343
(45,51,67)
#252A37
(37,42,55)
#1D212B
(29,33,43)
#15181F
(21,24,31)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #5D698B

#5D698B
(93,105,139)
#6B7695
(107,118,149)
#79839F
(121,131,159)
#8790A9
(135,144,169)
#959DB3
(149,157,179)
#A3AABD
(163,170,189)
#B1B7C7
(177,183,199)
#BFC4D1
(191,196,209)
#CDD1DB
(205,209,219)
#DBDEE5
(219,222,229)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D698B; }

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

This text font color is #5D698B.


Background Color

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

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

This div background color is #5D698B.


Border color

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

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

This div border color is #5D698B.


Opacity

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

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

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

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

This text has shadow with #5D698B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D698B on black background.


Color preview on white background

This text has color #5D698B on white background.



Black color preview on #5D698B background

This text has black color on #5D698B background.


White color preview on #5D698B background

This text has white color on #5D698B background.