COLOR #5D537D

HEX: #5D537D RGB: (93,83,125)

Color info

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

RGB color model

#5D537D color RGB value is (93,83,125).

RGB: (93,83,125) (36%, 33%, 49%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 125 of 255 = 49%

93
83
125

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

Portions of RGB colors in percentages

R + G + B = 93 + 83 + 125 = 301 (100%)
R 93 of 301 ~ 30.9%
G 83 of 301 ~ 27.57%
B 125 of 301 ~ 41.53'%

%30.9
%27.57
%41.53

CMYK color model

#5D537D color CMYK value is (26,34,0,51).

  • cyan value is 25.60%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (26,34,0,51)
C26M34Y0K51 (26%, 34%, 0%, 51%)
(0.26 / 0.34 / 0.00 / 0.51)

CMYK percentages

%25.6
%33.6
%0
%50.98

Codes

Color #5D537D in popluar color models

5D 53 7D
RGB 93 83 125
HSL 254° 20.19% 40.78%
HSB/HSV 254° 33.60% 49.02%
CMYK 25.60% 33.60% 0.00%
50.98%

Color #5D537D in popluar number systems.

HEX 5D 53 7D
Decimal 93 83 125
Binary 1011101 1010011 1111101
Octal 135 123 175

Shades and tints

Shades of #5D537D

#5D537D
(93,83,125)
#554C72
(85,76,114)
#4D4567
(77,69,103)
#453E5C
(69,62,92)
#3D3751
(61,55,81)
#353046
(53,48,70)
#2D293B
(45,41,59)
#252230
(37,34,48)
#1D1B25
(29,27,37)
#15141A
(21,20,26)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #5D537D

#5D537D
(93,83,125)
#6B6288
(107,98,136)
#797193
(121,113,147)
#87809E
(135,128,158)
#958FA9
(149,143,169)
#A39EB4
(163,158,180)
#B1ADBF
(177,173,191)
#BFBCCA
(191,188,202)
#CDCBD5
(205,203,213)
#DBDAE0
(219,218,224)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D537D color. Also use rgb(93,83,125) instead hex code.

Text Font Color

.myTextColor { color: #5D537D; }

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

This text font color is #5D537D.

Background Color

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

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

This div background color is #5D537D.

Border color

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

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

This div border color is #5D537D.

Opacity

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

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

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

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

This text has shadow with #5D537D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D537D.

Preview

Color preview on black background

This text has color #5D537D on black background.


Color preview on white background

This text has color #5D537D on white background.


Black color preview on #5D537D background

This text has black color on #5D537D background.


White color preview on #5D537D background

This text has white color on #5D537D background.


Related colors

Complementary color

Complementary color for #hex is #A2AC82.


I love getcolorcode.com

Triadic colors

1 #7D5D53 and #537D5D with #5D537D are triadic colors.

2 #7D535D and #535D7D with #5D537D are triadic colors.