COLOR #5D579F

HEX: #5D579F RGB: (93,87,159)

Color info

#5D579F contains mainly blue color. Web safe color of #5D579F is #666699 (or #669).

RGB color model

#5D579F color RGB value is (93,87,159).

RGB: (93,87,159) (36%, 34%, 62%)

RGB channels and saturation

R 93 of 255 = 36%
G 87 of 255 = 34%
B 159 of 255 = 62%

93
87
159

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

Portions of RGB colors in percentages

R + G + B = 93 + 87 + 159 = 339 (100%)
R 93 of 339 ~ 27.43%
G 87 of 339 ~ 25.66%
B 159 of 339 ~ 46.9'%

%27.43
%25.66
%46.9

CMYK color model

#5D579F color CMYK value is (42,45,0,38).

  • cyan value is 41.51%
  • magenta value is 45.28%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (42,45,0,38)
C42M45Y0K38 (42%, 45%, 0%, 38%)
(0.42 / 0.45 / 0.00 / 0.38)

CMYK percentages

%41.51
%45.28
%0
%37.65

Codes

Color #5D579F in popluar color models

5D 57 9F
RGB 93 87 159
HSL 245° 29.27% 48.24%
HSB/HSV 245° 45.28% 62.35%
CMYK 41.51% 45.28% 0.00%
37.65%

Color #5D579F in popluar number systems.

HEX 5D 57 9F
Decimal 93 87 159
Binary 1011101 1010111 10011111
Octal 135 127 237

Shades and tints

Shades of #5D579F

#5D579F
(93,87,159)
#555091
(85,80,145)
#4D4983
(77,73,131)
#454275
(69,66,117)
#3D3B67
(61,59,103)
#353459
(53,52,89)
#2D2D4B
(45,45,75)
#25263D
(37,38,61)
#1D1F2F
(29,31,47)
#151821
(21,24,33)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #5D579F

#5D579F
(93,87,159)
#6B66A7
(107,102,167)
#7975AF
(121,117,175)
#8784B7
(135,132,183)
#9593BF
(149,147,191)
#A3A2C7
(163,162,199)
#B1B1CF
(177,177,207)
#BFC0D7
(191,192,215)
#CDCFDF
(205,207,223)
#DBDEE7
(219,222,231)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D579F; }

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

This text font color is #5D579F.

Background Color

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

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

This div background color is #5D579F.

Border color

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

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

This div border color is #5D579F.

Opacity

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

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

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

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

This text has shadow with #5D579F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D579F.

Preview

Color preview on black background

This text has color #5D579F on black background.


Color preview on white background

This text has color #5D579F on white background.


Black color preview on #5D579F background

This text has black color on #5D579F background.


White color preview on #5D579F background

This text has white color on #5D579F background.


Related colors

Complementary color

Complementary color for #hex is #A2A860.


I love getcolorcode.com

Triadic colors

1 #9F5D57 and #579F5D with #5D579F are triadic colors.

2 #9F575D and #575D9F with #5D579F are triadic colors.