COLOR #5D595A

HEX: #5D595A RGB: (93,89,90)

Color info

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

RGB color model

#5D595A color RGB value is (93,89,90).

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

RGB channels and saturation

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

93
89
90

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

Portions of RGB colors in percentages

R + G + B = 93 + 89 + 90 = 272 (100%)
R 93 of 272 ~ 34.19%
G 89 of 272 ~ 32.72%
B 90 of 272 ~ 33.09'%

%34.19
%32.72
%33.09

CMYK color model

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

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

CMYK: (0,4,3,64)
C0M4Y3K64 (0%, 4%, 3%, 64%)
(0.00 / 0.04 / 0.03 / 0.64)

CMYK percentages

%0
%4.3
%3.23
%63.53

Codes

Color #5D595A in popluar color models

5D 59 5A
RGB 93 89 90
HSL 345° 2.20% 35.69%
HSB/HSV 345° 4.30% 36.47%
CMYK 0.00% 4.30% 3.23%
63.53%

Color #5D595A in popluar number systems.

HEX 5D 59 5A
Decimal 93 89 90
Binary 1011101 1011001 1011010
Octal 135 131 132

Shades and tints

Shades of #5D595A

#5D595A
(93,89,90)
#555152
(85,81,82)
#4D494A
(77,73,74)
#454142
(69,65,66)
#3D393A
(61,57,58)
#353132
(53,49,50)
#2D292A
(45,41,42)
#252122
(37,33,34)
#1D191A
(29,25,26)
#151112
(21,17,18)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #5D595A

#5D595A
(93,89,90)
#6B6869
(107,104,105)
#797778
(121,119,120)
#878687
(135,134,135)
#959596
(149,149,150)
#A3A4A5
(163,164,165)
#B1B3B4
(177,179,180)
#BFC2C3
(191,194,195)
#CDD1D2
(205,209,210)
#DBE0E1
(219,224,225)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D595A; }

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

This text font color is #5D595A.

Background Color

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

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

This div background color is #5D595A.

Border color

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

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

This div border color is #5D595A.

Opacity

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

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

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

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

This text has shadow with #5D595A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D595A.

Preview

Color preview on black background

This text has color #5D595A on black background.


Color preview on white background

This text has color #5D595A on white background.


Black color preview on #5D595A background

This text has black color on #5D595A background.


White color preview on #5D595A background

This text has white color on #5D595A background.


Related colors

Complementary color

Complementary color for #hex is #A2A6A5.


I love getcolorcode.com

Triadic colors

1 #5A5D59 and #595A5D with #5D595A are triadic colors.

2 #5A595D and #595D5A with #5D595A are triadic colors.