COLOR #5D5D90

HEX: #5D5D90
RGB: (93,93,144)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
93
144

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

Portions of RGB colors in percentages

R + G + B =
93 + 93 + 144 = 330 (100%)
R 93 of 330 ~ 28.18%
G 93 of 330 ~ 28.18%
B 144 of 330 ~ 43.64%

%28.18
%28.18
%43.64

CMYK color model

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

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

CMYK percentages

%35.42
%35.42
%0
%43.53

Codes

Color #5D5D90 in popluar color models

5D5D90
RGB9393144
HSL240°21.52%46.47%
HSB/HSV240°35.42%56.47%
CMYK35.42%35.42%0.00%
43.53%

Color #5D5D90 in popluar number systems.

HEX5D5D90
Decimal9393144
Binary1011101101110110010000
Octal135135220

Shades and tints

Shades of #5D5D90

#5D5D90
(93,93,144)
#555583
(85,85,131)
#4D4D76
(77,77,118)
#454569
(69,69,105)
#3D3D5C
(61,61,92)
#35354F
(53,53,79)
#2D2D42
(45,45,66)
#252535
(37,37,53)
#1D1D28
(29,29,40)
#15151B
(21,21,27)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #5D5D90

#5D5D90
(93,93,144)
#6B6B9A
(107,107,154)
#7979A4
(121,121,164)
#8787AE
(135,135,174)
#9595B8
(149,149,184)
#A3A3C2
(163,163,194)
#B1B1CC
(177,177,204)
#BFBFD6
(191,191,214)
#CDCDE0
(205,205,224)
#DBDBEA
(219,219,234)
#E9E9F4
(233,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5D90; }

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

This text font color is #5D5D90.


Background Color

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

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

This div background color is #5D5D90.


Border color

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

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

This div border color is #5D5D90.


Opacity

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

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

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

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

This text has shadow with #5D5D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5D90 on black background.


Color preview on white background

This text has color #5D5D90 on white background.



Black color preview on #5D5D90 background

This text has black color on #5D5D90 background.


White color preview on #5D5D90 background

This text has white color on #5D5D90 background.