COLOR #5D506C

HEX: #5D506C
RGB: (93,80,108)

Color info

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

RGB color model

#5D506C color RGB value is (93,80,108).

  • red value is 93;
  • green value is 80;
  • blue value is 108.
RGB:
(93,80,108)
(36%,31%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 108 of 255 = 42%

93
80
108

R + G + B ~ 36%. #5D506C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 80 + 108 = 281 (100%)
R 93 of 281 ~ 33.1%
G 80 of 281 ~ 28.47%
B 108 of 281 ~ 38.43%

%33.1
%28.47
%38.43

CMYK color model

#5D506C color CMYK value is (14,26,0,58).

  • cyan value is 13.89%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(14,26,0,58)
C14M26Y0K58 
(14%,26%,0%,58%)
(0.14/0.26/0.00/0.58)	

CMYK percentages

%13.89
%25.93
%0
%57.65

Codes

Color #5D506C in popluar color models

5D506C
RGB9380108
HSL268°14.89%36.86%
HSB/HSV268°25.93%42.35%
CMYK13.89%25.93%0.00%
57.65%

Color #5D506C in popluar number systems.

HEX5D506C
Decimal9380108
Binary101110110100001101100
Octal135120154

Shades and tints

Shades of #5D506C

#5D506C
(93,80,108)
#554963
(85,73,99)
#4D425A
(77,66,90)
#453B51
(69,59,81)
#3D3448
(61,52,72)
#352D3F
(53,45,63)
#2D2636
(45,38,54)
#251F2D
(37,31,45)
#1D1824
(29,24,36)
#15111B
(21,17,27)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #5D506C

#5D506C
(93,80,108)
#6B5F79
(107,95,121)
#796E86
(121,110,134)
#877D93
(135,125,147)
#958CA0
(149,140,160)
#A39BAD
(163,155,173)
#B1AABA
(177,170,186)
#BFB9C7
(191,185,199)
#CDC8D4
(205,200,212)
#DBD7E1
(219,215,225)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D506C color. Also use rgb(93,80,108) instead hex code.

Text Font Color

.myTextColor { color: #5D506C; }

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

This text font color is #5D506C.


Background Color

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

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

This div background color is #5D506C.


Border color

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

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

This div border color is #5D506C.


Opacity

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

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

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

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

This text has shadow with #5D506C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D506C on black background.


Color preview on white background

This text has color #5D506C on white background.



Black color preview on #5D506C background

This text has black color on #5D506C background.


White color preview on #5D506C background

This text has white color on #5D506C background.