COLOR #5D508D

HEX: #5D508D
RGB: (93,80,141)

Color info

#5D508D contains mainly red and blue colors. Web safe color of #5D508D is #666699 (or #669).

RGB color model

#5D508D color RGB value is (93,80,141).

  • red value is 93;
  • green value is 80;
  • blue value is 141.
RGB:
(93,80,141)
(36%,31%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 141 of 255 = 55%

93
80
141

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

Portions of RGB colors in percentages

R + G + B =
93 + 80 + 141 = 314 (100%)
R 93 of 314 ~ 29.62%
G 80 of 314 ~ 25.48%
B 141 of 314 ~ 44.9%

%29.62
%25.48
%44.9

CMYK color model

#5D508D color CMYK value is (34,43,0,45).

  • cyan value is 34.04%
  • magenta value is 43.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(34,43,0,45)
C34M43Y0K45 
(34%,43%,0%,45%)
(0.34/0.43/0.00/0.45)	

CMYK percentages

%34.04
%43.26
%0
%44.71

Codes

Color #5D508D in popluar color models

5D508D
RGB9380141
HSL253°27.60%43.33%
HSB/HSV253°43.26%55.29%
CMYK34.04%43.26%0.00%
44.71%

Color #5D508D in popluar number systems.

HEX5D508D
Decimal9380141
Binary1011101101000010001101
Octal135120215

Shades and tints

Shades of #5D508D

#5D508D
(93,80,141)
#554981
(85,73,129)
#4D4275
(77,66,117)
#453B69
(69,59,105)
#3D345D
(61,52,93)
#352D51
(53,45,81)
#2D2645
(45,38,69)
#251F39
(37,31,57)
#1D182D
(29,24,45)
#151121
(21,17,33)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #5D508D

#5D508D
(93,80,141)
#6B5F97
(107,95,151)
#796EA1
(121,110,161)
#877DAB
(135,125,171)
#958CB5
(149,140,181)
#A39BBF
(163,155,191)
#B1AAC9
(177,170,201)
#BFB9D3
(191,185,211)
#CDC8DD
(205,200,221)
#DBD7E7
(219,215,231)
#E9E6F1
(233,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D508D; }

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

This text font color is #5D508D.


Background Color

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

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

This div background color is #5D508D.


Border color

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

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

This div border color is #5D508D.


Opacity

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

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

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

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

This text has shadow with #5D508D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D508D on black background.


Color preview on white background

This text has color #5D508D on white background.



Black color preview on #5D508D background

This text has black color on #5D508D background.


White color preview on #5D508D background

This text has white color on #5D508D background.