COLOR #5D587B

HEX: #5D587B RGB: (93,88,123)

Color info

#5D587B contains red, green and blue colors in about the same proportion. Web safe color of #5D587B is #666666 (or #666).

RGB color model

#5D587B color RGB value is (93,88,123).

RGB: (93,88,123) (36%, 35%, 48%)

RGB channels and saturation

R 93 of 255 = 36%
G 88 of 255 = 35%
B 123 of 255 = 48%

93
88
123

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

Portions of RGB colors in percentages

R + G + B = 93 + 88 + 123 = 304 (100%)
R 93 of 304 ~ 30.59%
G 88 of 304 ~ 28.95%
B 123 of 304 ~ 40.46'%

%30.59
%28.95
%40.46

CMYK color model

#5D587B color CMYK value is (24,28,0,52).

  • cyan value is 24.39%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (24,28,0,52)
C24M28Y0K52 (24%, 28%, 0%, 52%)
(0.24 / 0.28 / 0.00 / 0.52)

CMYK percentages

%24.39
%28.46
%0
%51.76

Codes

Color #5D587B in popluar color models

5D 58 7B
RGB 93 88 123
HSL 249° 16.59% 41.37%
HSB/HSV 249° 28.46% 48.24%
CMYK 24.39% 28.46% 0.00%
51.76%

Color #5D587B in popluar number systems.

HEX 5D 58 7B
Decimal 93 88 123
Binary 1011101 1011000 1111011
Octal 135 130 173

Shades and tints

Shades of #5D587B

#5D587B
(93,88,123)
#555070
(85,80,112)
#4D4865
(77,72,101)
#45405A
(69,64,90)
#3D384F
(61,56,79)
#353044
(53,48,68)
#2D2839
(45,40,57)
#25202E
(37,32,46)
#1D1823
(29,24,35)
#151018
(21,16,24)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #5D587B

#5D587B
(93,88,123)
#6B6787
(107,103,135)
#797693
(121,118,147)
#87859F
(135,133,159)
#9594AB
(149,148,171)
#A3A3B7
(163,163,183)
#B1B2C3
(177,178,195)
#BFC1CF
(191,193,207)
#CDD0DB
(205,208,219)
#DBDFE7
(219,223,231)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D587B; }

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

This text font color is #5D587B.

Background Color

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

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

This div background color is #5D587B.

Border color

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

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

This div border color is #5D587B.

Opacity

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

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

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

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

This text has shadow with #5D587B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D587B.

Preview

Color preview on black background

This text has color #5D587B on black background.


Color preview on white background

This text has color #5D587B on white background.


Black color preview on #5D587B background

This text has black color on #5D587B background.


White color preview on #5D587B background

This text has white color on #5D587B background.


Related colors

Complementary color

Complementary color for #hex is #A2A784.


I love getcolorcode.com

Triadic colors

1 #7B5D58 and #587B5D with #5D587B are triadic colors.

2 #7B585D and #585D7B with #5D587B are triadic colors.