COLOR #5D6990

HEX: #5D6990
RGB: (93,105,144)

Color info

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

RGB color model

#5D6990 color RGB value is (93,105,144).

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

RGB channels and saturation

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

93
105
144

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

Portions of RGB colors in percentages

R + G + B =
93 + 105 + 144 = 342 (100%)
R 93 of 342 ~ 27.19%
G 105 of 342 ~ 30.7%
B 144 of 342 ~ 42.11%

%27.19
%30.7
%42.11

CMYK color model

#5D6990 color CMYK value is (35,27,0,44).

  • cyan value is 35.42%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (35,27,0,44) C35M27Y0K44 (35%,27%,0%,44%) (0.35/0.27/0.00/0.44)

CMYK percentages

%35.42
%27.08
%0
%43.53

Codes

Color #5D6990 in popluar color models

5D6990
RGB93105144
HSL226°21.52%46.47%
HSB/HSV226°35.42%56.47%
CMYK35.42%27.08%0.00%
43.53%

Color #5D6990 in popluar number systems.

HEX5D6990
Decimal93105144
Binary1011101110100110010000
Octal135151220

Shades and tints

Shades of #5D6990

#5D6990
(93,105,144)
#556083
(85,96,131)
#4D5776
(77,87,118)
#454E69
(69,78,105)
#3D455C
(61,69,92)
#353C4F
(53,60,79)
#2D3342
(45,51,66)
#252A35
(37,42,53)
#1D2128
(29,33,40)
#15181B
(21,24,27)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #5D6990

#5D6990
(93,105,144)
#6B769A
(107,118,154)
#7983A4
(121,131,164)
#8790AE
(135,144,174)
#959DB8
(149,157,184)
#A3AAC2
(163,170,194)
#B1B7CC
(177,183,204)
#BFC4D6
(191,196,214)
#CDD1E0
(205,209,224)
#DBDEEA
(219,222,234)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6990; }

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

This text font color is #5D6990.


Background Color

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

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

This div background color is #5D6990.


Border color

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

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

This div border color is #5D6990.


Opacity

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

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

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

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

This text has shadow with #5D6990 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5D6990 on black background.


Color preview on white background

This text has color #5D6990 on white background.



Black color preview on #5D6990 background

This text has black color on #5D6990 background.


White color preview on #5D6990 background

This text has white color on #5D6990 background.