COLOR #5D528D

HEX: #5D528D RGB: (93,82,141)

Color info

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

RGB color model

#5D528D color RGB value is (93,82,141).

RGB: (93,82,141) (36%, 32%, 55%)

RGB channels and saturation

R 93 of 255 = 36%
G 82 of 255 = 32%
B 141 of 255 = 55%

93
82
141

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

Portions of RGB colors in percentages

R + G + B = 93 + 82 + 141 = 316 (100%)
R 93 of 316 ~ 29.43%
G 82 of 316 ~ 25.95%
B 141 of 316 ~ 44.62'%

%29.43
%25.95
%44.62

CMYK color model

#5D528D color CMYK value is (34,42,0,45).

  • cyan value is 34.04%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (34,42,0,45) C34M42Y0K45 (34%,42%,0%,45%) (0.34/0.42/0.00/0.45) 

CMYK percentages

%34.04
%41.84
%0
%44.71

Codes

Color #5D528D in popluar color models

5D 52 8D
RGB 93 82 141
HSL 251° 26.46% 43.73%
HSB/HSV 251° 41.84% 55.29%
CMYK 34.04% 41.84% 0.00%
44.71%

Color #5D528D in popluar number systems.

HEX 5D 52 8D
Decimal 93 82 141
Binary 1011101 1010010 10001101
Octal 135 122 215

Shades and tints

Shades of #5D528D

#5D528D
(93,82,141)
#554B81
(85,75,129)
#4D4475
(77,68,117)
#453D69
(69,61,105)
#3D365D
(61,54,93)
#352F51
(53,47,81)
#2D2845
(45,40,69)
#252139
(37,33,57)
#1D1A2D
(29,26,45)
#151321
(21,19,33)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #5D528D

#5D528D
(93,82,141)
#6B6197
(107,97,151)
#7970A1
(121,112,161)
#877FAB
(135,127,171)
#958EB5
(149,142,181)
#A39DBF
(163,157,191)
#B1ACC9
(177,172,201)
#BFBBD3
(191,187,211)
#CDCADD
(205,202,221)
#DBD9E7
(219,217,231)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D528D; }

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

This text font color is #5D528D.

Background Color

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

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

This div background color is #5D528D.

Border color

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

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

This div border color is #5D528D.

Opacity

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

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

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

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

This text has shadow with #5D528D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D528D.

Preview

Color preview on black background

This text has color #5D528D on black background.


Color preview on white background

This text has color #5D528D on white background.


Black color preview on #5D528D background

This text has black color on #5D528D background.


White color preview on #5D528D background

This text has white color on #5D528D background.


Related colors

Complementary color

Complementary color for #hex is #A2AD72.


I love getcolorcode.com

Triadic colors

1 #8D5D52 and #528D5D with #5D528D are triadic colors.

2 #8D525D and #525D8D with #5D528D are triadic colors.