COLOR #5D578B

HEX: #5D578B
RGB: (93,87,139)

Color info

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

RGB color model

#5D578B color RGB value is (93,87,139).

  • red value is 93;
  • green value is 87;
  • blue value is 139.
RGB:
(93,87,139)
(36%,34%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 87 of 255 = 34%
B 139 of 255 = 55%

93
87
139

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

Portions of RGB colors in percentages

R + G + B =
93 + 87 + 139 = 319 (100%)
R 93 of 319 ~ 29.15%
G 87 of 319 ~ 27.27%
B 139 of 319 ~ 43.57%

%29.15
%27.27
%43.57

CMYK color model

#5D578B color CMYK value is (33,37,0,45).

  • cyan value is 33.09%
  • magenta value is 37.41%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(33,37,0,45)
C33M37Y0K45 
(33%,37%,0%,45%)
(0.33/0.37/0.00/0.45)	

CMYK percentages

%33.09
%37.41
%0
%45.49

Codes

Color #5D578B in popluar color models

5D578B
RGB9387139
HSL247°23.01%44.31%
HSB/HSV247°37.41%54.51%
CMYK33.09%37.41%0.00%
45.49%

Color #5D578B in popluar number systems.

HEX5D578B
Decimal9387139
Binary1011101101011110001011
Octal135127213

Shades and tints

Shades of #5D578B

#5D578B
(93,87,139)
#55507F
(85,80,127)
#4D4973
(77,73,115)
#454267
(69,66,103)
#3D3B5B
(61,59,91)
#35344F
(53,52,79)
#2D2D43
(45,45,67)
#252637
(37,38,55)
#1D1F2B
(29,31,43)
#15181F
(21,24,31)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #5D578B

#5D578B
(93,87,139)
#6B6695
(107,102,149)
#79759F
(121,117,159)
#8784A9
(135,132,169)
#9593B3
(149,147,179)
#A3A2BD
(163,162,189)
#B1B1C7
(177,177,199)
#BFC0D1
(191,192,209)
#CDCFDB
(205,207,219)
#DBDEE5
(219,222,229)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D578B; }

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

This text font color is #5D578B.


Background Color

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

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

This div background color is #5D578B.


Border color

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

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

This div border color is #5D578B.


Opacity

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

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

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

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

This text has shadow with #5D578B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D578B on black background.


Color preview on white background

This text has color #5D578B on white background.



Black color preview on #5D578B background

This text has black color on #5D578B background.


White color preview on #5D578B background

This text has white color on #5D578B background.