COLOR #5D6689

HEX: #5D6689
RGB: (93,102,137)

Color info

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

RGB color model

#5D6689 color RGB value is (93,102,137).

  • red value is 93;
  • green value is 102;
  • blue value is 137.
RGB:
(93,102,137)
(36%,40%,54%)

RGB channels and saturation

R 93 of 255 = 36%
G 102 of 255 = 40%
B 137 of 255 = 54%

93
102
137

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

Portions of RGB colors in percentages

R + G + B =
93 + 102 + 137 = 332 (100%)
R 93 of 332 ~ 28.01%
G 102 of 332 ~ 30.72%
B 137 of 332 ~ 41.27%

%28.01
%30.72
%41.27

CMYK color model

#5D6689 color CMYK value is (32,26,0,46).

  • cyan value is 32.12%
  • magenta value is 25.55%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(32,26,0,46)
C32M26Y0K46 
(32%,26%,0%,46%)
(0.32/0.26/0.00/0.46)	

CMYK percentages

%32.12
%25.55
%0
%46.27

Codes

Color #5D6689 in popluar color models

5D6689
RGB93102137
HSL228°19.13%45.10%
HSB/HSV228°32.12%53.73%
CMYK32.12%25.55%0.00%
46.27%

Color #5D6689 in popluar number systems.

HEX5D6689
Decimal93102137
Binary1011101110011010001001
Octal135146211

Shades and tints

Shades of #5D6689

#5D6689
(93,102,137)
#555D7D
(85,93,125)
#4D5471
(77,84,113)
#454B65
(69,75,101)
#3D4259
(61,66,89)
#35394D
(53,57,77)
#2D3041
(45,48,65)
#252735
(37,39,53)
#1D1E29
(29,30,41)
#15151D
(21,21,29)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #5D6689

#5D6689
(93,102,137)
#6B7393
(107,115,147)
#79809D
(121,128,157)
#878DA7
(135,141,167)
#959AB1
(149,154,177)
#A3A7BB
(163,167,187)
#B1B4C5
(177,180,197)
#BFC1CF
(191,193,207)
#CDCED9
(205,206,217)
#DBDBE3
(219,219,227)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6689 color. Also use rgb(93,102,137) instead hex code.

Text Font Color

.myTextColor { color: #5D6689; }

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

This text font color is #5D6689.


Background Color

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

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

This div background color is #5D6689.


Border color

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

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

This div border color is #5D6689.


Opacity

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

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

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

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

This text has shadow with #5D6689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6689 on black background.


Color preview on white background

This text has color #5D6689 on white background.



Black color preview on #5D6689 background

This text has black color on #5D6689 background.


White color preview on #5D6689 background

This text has white color on #5D6689 background.