COLOR #5D518A

HEX: #5D518A
RGB: (93,81,138)

Color info

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

RGB color model

#5D518A color RGB value is (93,81,138).

  • red value is 93;
  • green value is 81;
  • blue value is 138.
RGB:
(93,81,138)
(36%,32%,54%)

RGB channels and saturation

R 93 of 255 = 36%
G 81 of 255 = 32%
B 138 of 255 = 54%

93
81
138

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

Portions of RGB colors in percentages

R + G + B =
93 + 81 + 138 = 312 (100%)
R 93 of 312 ~ 29.81%
G 81 of 312 ~ 25.96%
B 138 of 312 ~ 44.23%

%29.81
%25.96
%44.23

CMYK color model

#5D518A color CMYK value is (33,41,0,46).

  • cyan value is 32.61%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(33,41,0,46)
C33M41Y0K46 
(33%,41%,0%,46%)
(0.33/0.41/0.00/0.46)	

CMYK percentages

%32.61
%41.3
%0
%45.88

Codes

Color #5D518A in popluar color models

5D518A
RGB9381138
HSL253°26.03%42.94%
HSB/HSV253°41.30%54.12%
CMYK32.61%41.30%0.00%
45.88%

Color #5D518A in popluar number systems.

HEX5D518A
Decimal9381138
Binary1011101101000110001010
Octal135121212

Shades and tints

Shades of #5D518A

#5D518A
(93,81,138)
#554A7E
(85,74,126)
#4D4372
(77,67,114)
#453C66
(69,60,102)
#3D355A
(61,53,90)
#352E4E
(53,46,78)
#2D2742
(45,39,66)
#252036
(37,32,54)
#1D192A
(29,25,42)
#15121E
(21,18,30)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #5D518A

#5D518A
(93,81,138)
#6B6094
(107,96,148)
#796F9E
(121,111,158)
#877EA8
(135,126,168)
#958DB2
(149,141,178)
#A39CBC
(163,156,188)
#B1ABC6
(177,171,198)
#BFBAD0
(191,186,208)
#CDC9DA
(205,201,218)
#DBD8E4
(219,216,228)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D518A; }

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

This text font color is #5D518A.


Background Color

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

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

This div background color is #5D518A.


Border color

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

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

This div border color is #5D518A.


Opacity

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

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

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

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

This text has shadow with #5D518A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D518A on black background.


Color preview on white background

This text has color #5D518A on white background.



Black color preview on #5D518A background

This text has black color on #5D518A background.


White color preview on #5D518A background

This text has white color on #5D518A background.