COLOR #5D506E

HEX: #5D506E
RGB: (93,80,110)

Color info

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

RGB color model

#5D506E color RGB value is (93,80,110).

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

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 110 of 255 = 43%

93
80
110

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

Portions of RGB colors in percentages

R + G + B =
93 + 80 + 110 = 283 (100%)
R 93 of 283 ~ 32.86%
G 80 of 283 ~ 28.27%
B 110 of 283 ~ 38.87%

%32.86
%28.27
%38.87

CMYK color model

#5D506E color CMYK value is (15,27,0,57).

  • cyan value is 15.45%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(15,27,0,57)
C15M27Y0K57 
(15%,27%,0%,57%)
(0.15/0.27/0.00/0.57)	

CMYK percentages

%15.45
%27.27
%0
%56.86

Codes

Color #5D506E in popluar color models

5D506E
RGB9380110
HSL266°15.79%37.25%
HSB/HSV266°27.27%43.14%
CMYK15.45%27.27%0.00%
56.86%

Color #5D506E in popluar number systems.

HEX5D506E
Decimal9380110
Binary101110110100001101110
Octal135120156

Shades and tints

Shades of #5D506E

#5D506E
(93,80,110)
#554964
(85,73,100)
#4D425A
(77,66,90)
#453B50
(69,59,80)
#3D3446
(61,52,70)
#352D3C
(53,45,60)
#2D2632
(45,38,50)
#251F28
(37,31,40)
#1D181E
(29,24,30)
#151114
(21,17,20)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #5D506E

#5D506E
(93,80,110)
#6B5F7B
(107,95,123)
#796E88
(121,110,136)
#877D95
(135,125,149)
#958CA2
(149,140,162)
#A39BAF
(163,155,175)
#B1AABC
(177,170,188)
#BFB9C9
(191,185,201)
#CDC8D6
(205,200,214)
#DBD7E3
(219,215,227)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D506E; }

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

This text font color is #5D506E.


Background Color

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

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

This div background color is #5D506E.


Border color

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

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

This div border color is #5D506E.


Opacity

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

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

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

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

This text has shadow with #5D506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D506E on black background.


Color preview on white background

This text has color #5D506E on white background.



Black color preview on #5D506E background

This text has black color on #5D506E background.


White color preview on #5D506E background

This text has white color on #5D506E background.