COLOR #5D4588

HEX: #5D4588 RGB: (93,69,136)

Color info

#5D4588 contains mainly red and blue colors. Web safe color of #5D4588 is #663399 (or #639).

RGB color model

#5D4588 color RGB value is (93,69,136).

RGB: (93,69,136) (36%, 27%, 53%)

RGB channels and saturation

R 93 of 255 = 36%
G 69 of 255 = 27%
B 136 of 255 = 53%

93
69
136

R + G + B ~ 39%. #5D4588 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 69 + 136 = 298 (100%)
R 93 of 298 ~ 31.21%
G 69 of 298 ~ 23.15%
B 136 of 298 ~ 45.64'%

%31.21
%23.15
%45.64

CMYK color model

#5D4588 color CMYK value is (32,49,0,47).

  • cyan value is 31.62%
  • magenta value is 49.26%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (32,49,0,47)
C32M49Y0K47 (32%, 49%, 0%, 47%)
(0.32 / 0.49 / 0.00 / 0.47)

CMYK percentages

%31.62
%49.26
%0
%46.67

Codes

Color #5D4588 in popluar color models

5D 45 88
RGB 93 69 136
HSL 261° 32.68% 40.20%
HSB/HSV 261° 49.26% 53.33%
CMYK 31.62% 49.26% 0.00%
46.67%

Color #5D4588 in popluar number systems.

HEX 5D 45 88
Decimal 93 69 136
Binary 1011101 1000101 10001000
Octal 135 105 210

Shades and tints

Shades of #5D4588

#5D4588
(93,69,136)
#553F7C
(85,63,124)
#4D3970
(77,57,112)
#453364
(69,51,100)
#3D2D58
(61,45,88)
#35274C
(53,39,76)
#2D2140
(45,33,64)
#251B34
(37,27,52)
#1D1528
(29,21,40)
#150F1C
(21,15,28)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #5D4588

#5D4588
(93,69,136)
#6B5592
(107,85,146)
#79659C
(121,101,156)
#8775A6
(135,117,166)
#9585B0
(149,133,176)
#A395BA
(163,149,186)
#B1A5C4
(177,165,196)
#BFB5CE
(191,181,206)
#CDC5D8
(205,197,216)
#DBD5E2
(219,213,226)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4588; }

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

This text font color is #5D4588.

Background Color

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

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

This div background color is #5D4588.

Border color

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

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

This div border color is #5D4588.

Opacity

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

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

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

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

This text has shadow with #5D4588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D4588.

Preview

Color preview on black background

This text has color #5D4588 on black background.


Color preview on white background

This text has color #5D4588 on white background.


Black color preview on #5D4588 background

This text has black color on #5D4588 background.


White color preview on #5D4588 background

This text has white color on #5D4588 background.


Related colors

Complementary color

Complementary color for #hex is #A2BA77.


I love getcolorcode.com

Triadic colors

1 #885D45 and #45885D with #5D4588 are triadic colors.

2 #88455D and #455D88 with #5D4588 are triadic colors.