COLOR #5B5565

HEX: #5B5565
RGB: (91,85,101)

Color info

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

RGB color model

#5B5565 color RGB value is (91,85,101).

  • red value is 91;
  • green value is 85;
  • blue value is 101.
RGB:
(91,85,101)
(36%,33%,40%)

RGB channels and saturation

R 91 of 255 = 36%
G 85 of 255 = 33%
B 101 of 255 = 40%

91
85
101

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

Portions of RGB colors in percentages

R + G + B =
91 + 85 + 101 = 277 (100%)
R 91 of 277 ~ 32.85%
G 85 of 277 ~ 30.69%
B 101 of 277 ~ 36.46%

%32.85
%30.69
%36.46

CMYK color model

#5B5565 color CMYK value is (10,16,0,60).

  • cyan value is 9.90%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(10,16,0,60)
C10M16Y0K60 
(10%,16%,0%,60%)
(0.10/0.16/0.00/0.60)	

CMYK percentages

%9.9
%15.84
%0
%60.39

Codes

Color #5B5565 in popluar color models

5B5565
RGB9185101
HSL263°8.60%36.47%
HSB/HSV263°15.84%39.61%
CMYK9.90%15.84%0.00%
60.39%

Color #5B5565 in popluar number systems.

HEX5B5565
Decimal9185101
Binary101101110101011100101
Octal133125145

Shades and tints

Shades of #5B5565

#5B5565
(91,85,101)
#534E5C
(83,78,92)
#4B4753
(75,71,83)
#43404A
(67,64,74)
#3B3941
(59,57,65)
#333238
(51,50,56)
#2B2B2F
(43,43,47)
#232426
(35,36,38)
#1B1D1D
(27,29,29)
#131614
(19,22,20)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #5B5565

#5B5565
(91,85,101)
#696473
(105,100,115)
#777381
(119,115,129)
#85828F
(133,130,143)
#93919D
(147,145,157)
#A1A0AB
(161,160,171)
#AFAFB9
(175,175,185)
#BDBEC7
(189,190,199)
#CBCDD5
(203,205,213)
#D9DCE3
(217,220,227)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5565; }

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

This text font color is #5B5565.


Background Color

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

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

This div background color is #5B5565.


Border color

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

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

This div border color is #5B5565.


Opacity

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

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

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

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

This text has shadow with #5B5565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5565 on black background.


Color preview on white background

This text has color #5B5565 on white background.



Black color preview on #5B5565 background

This text has black color on #5B5565 background.


White color preview on #5B5565 background

This text has white color on #5B5565 background.