COLOR #5D5B65

HEX: #5D5B65 RGB: (93,91,101)

Color info

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

RGB color model

#5D5B65 color RGB value is (93,91,101).

RGB: (93,91,101) (36%, 36%, 40%)

RGB channels and saturation

R 93 of 255 = 36%
G 91 of 255 = 36%
B 101 of 255 = 40%

93
91
101

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

Portions of RGB colors in percentages

R + G + B = 93 + 91 + 101 = 285 (100%)
R 93 of 285 ~ 32.63%
G 91 of 285 ~ 31.93%
B 101 of 285 ~ 35.44'%

%32.63
%31.93
%35.44

CMYK color model

#5D5B65 color CMYK value is (8,10,0,60).

  • cyan value is 7.92%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (8,10,0,60)
C8M10Y0K60 (8%, 10%, 0%, 60%)
(0.08 / 0.10 / 0.00 / 0.60)

CMYK percentages

%7.92
%9.9
%0
%60.39

Codes

Color #5D5B65 in popluar color models

5D 5B 65
RGB 93 91 101
HSL 252° 5.21% 37.65%
HSB/HSV 252° 9.90% 39.61%
CMYK 7.92% 9.90% 0.00%
60.39%

Color #5D5B65 in popluar number systems.

HEX 5D 5B 65
Decimal 93 91 101
Binary 1011101 1011011 1100101
Octal 135 133 145

Shades and tints

Shades of #5D5B65

#5D5B65
(93,91,101)
#55535C
(85,83,92)
#4D4B53
(77,75,83)
#45434A
(69,67,74)
#3D3B41
(61,59,65)
#353338
(53,51,56)
#2D2B2F
(45,43,47)
#252326
(37,35,38)
#1D1B1D
(29,27,29)
#151314
(21,19,20)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #5D5B65

#5D5B65
(93,91,101)
#6B6973
(107,105,115)
#797781
(121,119,129)
#87858F
(135,133,143)
#95939D
(149,147,157)
#A3A1AB
(163,161,171)
#B1AFB9
(177,175,185)
#BFBDC7
(191,189,199)
#CDCBD5
(205,203,213)
#DBD9E3
(219,217,227)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5B65 color. Also use rgb(93,91,101) instead hex code.

Text Font Color

.myTextColor { color: #5D5B65; }

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

This text font color is #5D5B65.

Background Color

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

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

This div background color is #5D5B65.

Border color

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

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

This div border color is #5D5B65.

Opacity

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

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

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

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

This text has shadow with #5D5B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5B65.

Preview

Color preview on black background

This text has color #5D5B65 on black background.


Color preview on white background

This text has color #5D5B65 on white background.


Black color preview on #5D5B65 background

This text has black color on #5D5B65 background.


White color preview on #5D5B65 background

This text has white color on #5D5B65 background.


Related colors

Complementary color

Complementary color for #hex is #A2A49A.


I love getcolorcode.com

Triadic colors

1 #655D5B and #5B655D with #5D5B65 are triadic colors.

2 #655B5D and #5B5D65 with #5D5B65 are triadic colors.