COLOR #5D527D

HEX: #5D527D
RGB: (93,82,125)

Color info

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

RGB color model

#5D527D color RGB value is (93,82,125).

  • red value is 93;
  • green value is 82;
  • blue value is 125.
RGB:
(93,82,125)
(36%,32%,49%)

RGB channels and saturation

R 93 of 255 = 36%
G 82 of 255 = 32%
B 125 of 255 = 49%

93
82
125

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

Portions of RGB colors in percentages

R + G + B =
93 + 82 + 125 = 300 (100%)
R 93 of 300 ~ 31%
G 82 of 300 ~ 27.33%
B 125 of 300 ~ 41.67%

%31
%27.33
%41.67

CMYK color model

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

  • cyan value is 25.60%
  • magenta value is 34.40%
  • 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
%34.4
%0
%50.98

Codes

Color #5D527D in popluar color models

5D527D
RGB9382125
HSL255°20.77%40.59%
HSB/HSV255°34.40%49.02%
CMYK25.60%34.40%0.00%
50.98%

Color #5D527D in popluar number systems.

HEX5D527D
Decimal9382125
Binary101110110100101111101
Octal135122175

Shades and tints

Shades of #5D527D

#5D527D
(93,82,125)
#554B72
(85,75,114)
#4D4467
(77,68,103)
#453D5C
(69,61,92)
#3D3651
(61,54,81)
#352F46
(53,47,70)
#2D283B
(45,40,59)
#252130
(37,33,48)
#1D1A25
(29,26,37)
#15131A
(21,19,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #5D527D

#5D527D
(93,82,125)
#6B6188
(107,97,136)
#797093
(121,112,147)
#877F9E
(135,127,158)
#958EA9
(149,142,169)
#A39DB4
(163,157,180)
#B1ACBF
(177,172,191)
#BFBBCA
(191,187,202)
#CDCAD5
(205,202,213)
#DBD9E0
(219,217,224)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D527D; }

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

This text font color is #5D527D.


Background Color

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

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

This div background color is #5D527D.


Border color

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

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

This div border color is #5D527D.


Opacity

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

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

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

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

This text has shadow with #5D527D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D527D on black background.


Color preview on white background

This text has color #5D527D on white background.



Black color preview on #5D527D background

This text has black color on #5D527D background.


White color preview on #5D527D background

This text has white color on #5D527D background.