COLOR #5D526B

HEX: #5D526B RGB: (93,82,107)

Color info

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

RGB color model

#5D526B color RGB value is (93,82,107).

RGB: (93,82,107) (36%, 32%, 42%)

RGB channels and saturation

R 93 of 255 = 36%
G 82 of 255 = 32%
B 107 of 255 = 42%

93
82
107

R + G + B ~ 37%. #5D526B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 82 + 107 = 282 (100%)
R 93 of 282 ~ 32.98%
G 82 of 282 ~ 29.08%
B 107 of 282 ~ 37.94'%

%32.98
%29.08
%37.94

CMYK color model

#5D526B color CMYK value is (13,23,0,58).

  • cyan value is 13.08%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (13,23,0,58) C13M23Y0K58 (13%,23%,0%,58%) (0.13/0.23/0.00/0.58) 

CMYK percentages

%13.08
%23.36
%0
%58.04

Codes

Color #5D526B in popluar color models

5D 52 6B
RGB 93 82 107
HSL 266° 13.23% 37.06%
HSB/HSV 266° 23.36% 41.96%
CMYK 13.08% 23.36% 0.00%
58.04%

Color #5D526B in popluar number systems.

HEX 5D 52 6B
Decimal 93 82 107
Binary 1011101 1010010 1101011
Octal 135 122 153

Shades and tints

Shades of #5D526B

#5D526B
(93,82,107)
#554B62
(85,75,98)
#4D4459
(77,68,89)
#453D50
(69,61,80)
#3D3647
(61,54,71)
#352F3E
(53,47,62)
#2D2835
(45,40,53)
#25212C
(37,33,44)
#1D1A23
(29,26,35)
#15131A
(21,19,26)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #5D526B

#5D526B
(93,82,107)
#6B6178
(107,97,120)
#797085
(121,112,133)
#877F92
(135,127,146)
#958E9F
(149,142,159)
#A39DAC
(163,157,172)
#B1ACB9
(177,172,185)
#BFBBC6
(191,187,198)
#CDCAD3
(205,202,211)
#DBD9E0
(219,217,224)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D526B; }

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

This text font color is #5D526B.

Background Color

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

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

This div background color is #5D526B.

Border color

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

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

This div border color is #5D526B.

Opacity

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

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

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

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

This text has shadow with #5D526B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D526B.

Preview

Color preview on black background

This text has color #5D526B on black background.


Color preview on white background

This text has color #5D526B on white background.


Black color preview on #5D526B background

This text has black color on #5D526B background.


White color preview on #5D526B background

This text has white color on #5D526B background.


Related colors

Complementary color

Complementary color for #hex is #A2AD94.


I love getcolorcode.com

Triadic colors

1 #6B5D52 and #526B5D with #5D526B are triadic colors.

2 #6B525D and #525D6B with #5D526B are triadic colors.