COLOR #5D5562

HEX: #5D5562 RGB: (93,85,98)

Color info

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

RGB color model

#5D5562 color RGB value is (93,85,98).

RGB: (93,85,98) (36%, 33%, 38%)

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 98 of 255 = 38%

93
85
98

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

Portions of RGB colors in percentages

R + G + B = 93 + 85 + 98 = 276 (100%)
R 93 of 276 ~ 33.7%
G 85 of 276 ~ 30.8%
B 98 of 276 ~ 35.51'%

%33.7
%30.8
%35.51

CMYK color model

#5D5562 color CMYK value is (5,13,0,62).

  • cyan value is 5.10%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (5,13,0,62)
C5M13Y0K62 (5%, 13%, 0%, 62%)
(0.05 / 0.13 / 0.00 / 0.62)

CMYK percentages

%5.1
%13.27
%0
%61.57

Codes

Color #5D5562 in popluar color models

5D 55 62
RGB 93 85 98
HSL 277° 7.10% 35.88%
HSB/HSV 277° 13.27% 38.43%
CMYK 5.10% 13.27% 0.00%
61.57%

Color #5D5562 in popluar number systems.

HEX 5D 55 62
Decimal 93 85 98
Binary 1011101 1010101 1100010
Octal 135 125 142

Shades and tints

Shades of #5D5562

#5D5562
(93,85,98)
#554E5A
(85,78,90)
#4D4752
(77,71,82)
#45404A
(69,64,74)
#3D3942
(61,57,66)
#35323A
(53,50,58)
#2D2B32
(45,43,50)
#25242A
(37,36,42)
#1D1D22
(29,29,34)
#15161A
(21,22,26)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #5D5562

#5D5562
(93,85,98)
#6B6470
(107,100,112)
#79737E
(121,115,126)
#87828C
(135,130,140)
#95919A
(149,145,154)
#A3A0A8
(163,160,168)
#B1AFB6
(177,175,182)
#BFBEC4
(191,190,196)
#CDCDD2
(205,205,210)
#DBDCE0
(219,220,224)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5562 color. Also use rgb(93,85,98) instead hex code.

Text Font Color

.myTextColor { color: #5D5562; }

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

This text font color is #5D5562.

Background Color

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

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

This div background color is #5D5562.

Border color

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

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

This div border color is #5D5562.

Opacity

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

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

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

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

This text has shadow with #5D5562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5562.

Preview

Color preview on black background

This text has color #5D5562 on black background.


Color preview on white background

This text has color #5D5562 on white background.


Black color preview on #5D5562 background

This text has black color on #5D5562 background.


White color preview on #5D5562 background

This text has white color on #5D5562 background.


Related colors

Complementary color

Complementary color for #hex is #A2AA9D.


I love getcolorcode.com

Triadic colors

1 #625D55 and #55625D with #5D5562 are triadic colors.

2 #62555D and #555D62 with #5D5562 are triadic colors.