COLOR #5D585A

HEX: #5D585A RGB: (93,88,90)

Color info

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

RGB color model

#5D585A color RGB value is (93,88,90).

RGB: (93,88,90) (36%, 35%, 35%)

RGB channels and saturation

R 93 of 255 = 36%
G 88 of 255 = 35%
B 90 of 255 = 35%

93
88
90

R + G + B ~ 35%. #5D585A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 88 + 90 = 271 (100%)
R 93 of 271 ~ 34.32%
G 88 of 271 ~ 32.47%
B 90 of 271 ~ 33.21'%

%34.32
%32.47
%33.21

CMYK color model

#5D585A color CMYK value is (0,5,3,64).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 3.23%
  • key color value is 63.53%

CMYK: (0,5,3,64)
C0M5Y3K64 (0%, 5%, 3%, 64%)
(0.00 / 0.05 / 0.03 / 0.64)

CMYK percentages

%0
%5.38
%3.23
%63.53

Codes

Color #5D585A in popluar color models

5D 58 5A
RGB 93 88 90
HSL 336° 2.76% 35.49%
HSB/HSV 336° 5.38% 36.47%
CMYK 0.00% 5.38% 3.23%
63.53%

Color #5D585A in popluar number systems.

HEX 5D 58 5A
Decimal 93 88 90
Binary 1011101 1011000 1011010
Octal 135 130 132

Shades and tints

Shades of #5D585A

#5D585A
(93,88,90)
#555052
(85,80,82)
#4D484A
(77,72,74)
#454042
(69,64,66)
#3D383A
(61,56,58)
#353032
(53,48,50)
#2D282A
(45,40,42)
#252022
(37,32,34)
#1D181A
(29,24,26)
#151012
(21,16,18)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #5D585A

#5D585A
(93,88,90)
#6B6769
(107,103,105)
#797678
(121,118,120)
#878587
(135,133,135)
#959496
(149,148,150)
#A3A3A5
(163,163,165)
#B1B2B4
(177,178,180)
#BFC1C3
(191,193,195)
#CDD0D2
(205,208,210)
#DBDFE1
(219,223,225)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D585A; }

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

This text font color is #5D585A.

Background Color

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

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

This div background color is #5D585A.

Border color

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

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

This div border color is #5D585A.

Opacity

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

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

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

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

This text has shadow with #5D585A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D585A.

Preview

Color preview on black background

This text has color #5D585A on black background.


Color preview on white background

This text has color #5D585A on white background.


Black color preview on #5D585A background

This text has black color on #5D585A background.


White color preview on #5D585A background

This text has white color on #5D585A background.


Related colors

Complementary color

Complementary color for #hex is #A2A7A5.


I love getcolorcode.com

Triadic colors

1 #5A5D58 and #585A5D with #5D585A are triadic colors.

2 #5A585D and #585D5A with #5D585A are triadic colors.