COLOR #5D589B

HEX: #5D589B RGB: (93,88,155)

Color info

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

RGB color model

#5D589B color RGB value is (93,88,155).

RGB: (93,88,155) (36%, 35%, 61%)

RGB channels and saturation

R 93 of 255 = 36%
G 88 of 255 = 35%
B 155 of 255 = 61%

93
88
155

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

Portions of RGB colors in percentages

R + G + B = 93 + 88 + 155 = 336 (100%)
R 93 of 336 ~ 27.68%
G 88 of 336 ~ 26.19%
B 155 of 336 ~ 46.13'%

%27.68
%26.19
%46.13

CMYK color model

#5D589B color CMYK value is (40,43,0,39).

  • cyan value is 40.00%
  • magenta value is 43.23%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (40,43,0,39)
C40M43Y0K39 (40%, 43%, 0%, 39%)
(0.40 / 0.43 / 0.00 / 0.39)

CMYK percentages

%40
%43.23
%0
%39.22

Codes

Color #5D589B in popluar color models

5D 58 9B
RGB 93 88 155
HSL 244° 27.57% 47.65%
HSB/HSV 244° 43.23% 60.78%
CMYK 40.00% 43.23% 0.00%
39.22%

Color #5D589B in popluar number systems.

HEX 5D 58 9B
Decimal 93 88 155
Binary 1011101 1011000 10011011
Octal 135 130 233

Shades and tints

Shades of #5D589B

#5D589B
(93,88,155)
#55508D
(85,80,141)
#4D487F
(77,72,127)
#454071
(69,64,113)
#3D3863
(61,56,99)
#353055
(53,48,85)
#2D2847
(45,40,71)
#252039
(37,32,57)
#1D182B
(29,24,43)
#15101D
(21,16,29)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #5D589B

#5D589B
(93,88,155)
#6B67A4
(107,103,164)
#7976AD
(121,118,173)
#8785B6
(135,133,182)
#9594BF
(149,148,191)
#A3A3C8
(163,163,200)
#B1B2D1
(177,178,209)
#BFC1DA
(191,193,218)
#CDD0E3
(205,208,227)
#DBDFEC
(219,223,236)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D589B color. Also use rgb(93,88,155) instead hex code.

Text Font Color

.myTextColor { color: #5D589B; }

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

This text font color is #5D589B.

Background Color

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

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

This div background color is #5D589B.

Border color

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

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

This div border color is #5D589B.

Opacity

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

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

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

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

This text has shadow with #5D589B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D589B.

Preview

Color preview on black background

This text has color #5D589B on black background.


Color preview on white background

This text has color #5D589B on white background.


Black color preview on #5D589B background

This text has black color on #5D589B background.


White color preview on #5D589B background

This text has white color on #5D589B background.


Related colors

Complementary color

Complementary color for #hex is #A2A764.


I love getcolorcode.com

Triadic colors

1 #9B5D58 and #589B5D with #5D589B are triadic colors.

2 #9B585D and #585D9B with #5D589B are triadic colors.