COLOR #5D586A

HEX: #5D586A
RGB: (93,88,106)

Color info

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

RGB color model

#5D586A color RGB value is (93,88,106).

  • red value is 93;
  • green value is 88;
  • blue value is 106.
RGB:
(93,88,106)
(36%,35%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 88 of 255 = 35%
B 106 of 255 = 42%

93
88
106

R + G + B ~ 38%. #5D586A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 88 + 106 = 287 (100%)
R 93 of 287 ~ 32.4%
G 88 of 287 ~ 30.66%
B 106 of 287 ~ 36.93%

%32.4
%30.66
%36.93

CMYK color model

#5D586A color CMYK value is (12,17,0,58).

  • cyan value is 12.26%
  • magenta value is 16.98%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(12,17,0,58)
C12M17Y0K58 
(12%,17%,0%,58%)
(0.12/0.17/0.00/0.58)	

CMYK percentages

%12.26
%16.98
%0
%58.43

Codes

Color #5D586A in popluar color models

5D586A
RGB9388106
HSL257°9.28%38.04%
HSB/HSV257°16.98%41.57%
CMYK12.26%16.98%0.00%
58.43%

Color #5D586A in popluar number systems.

HEX5D586A
Decimal9388106
Binary101110110110001101010
Octal135130152

Shades and tints

Shades of #5D586A

#5D586A
(93,88,106)
#555061
(85,80,97)
#4D4858
(77,72,88)
#45404F
(69,64,79)
#3D3846
(61,56,70)
#35303D
(53,48,61)
#2D2834
(45,40,52)
#25202B
(37,32,43)
#1D1822
(29,24,34)
#151019
(21,16,25)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #5D586A

#5D586A
(93,88,106)
#6B6777
(107,103,119)
#797684
(121,118,132)
#878591
(135,133,145)
#95949E
(149,148,158)
#A3A3AB
(163,163,171)
#B1B2B8
(177,178,184)
#BFC1C5
(191,193,197)
#CDD0D2
(205,208,210)
#DBDFDF
(219,223,223)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D586A color. Also use rgb(93,88,106) instead hex code.

Text Font Color

.myTextColor { color: #5D586A; }

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

This text font color is #5D586A.


Background Color

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

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

This div background color is #5D586A.


Border color

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

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

This div border color is #5D586A.


Opacity

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

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

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

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

This text has shadow with #5D586A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D586A on black background.


Color preview on white background

This text has color #5D586A on white background.



Black color preview on #5D586A background

This text has black color on #5D586A background.


White color preview on #5D586A background

This text has white color on #5D586A background.