COLOR #5B575C

HEX: #5B575C
RGB: (91,87,92)

Color info

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

RGB color model

#5B575C color RGB value is (91,87,92).

  • red value is 91;
  • green value is 87;
  • blue value is 92.
RGB:
(91,87,92)
(36%,34%,36%)

RGB channels and saturation

R 91 of 255 = 36%
G 87 of 255 = 34%
B 92 of 255 = 36%

91
87
92

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

Portions of RGB colors in percentages

R + G + B =
91 + 87 + 92 = 270 (100%)
R 91 of 270 ~ 33.7%
G 87 of 270 ~ 32.22%
B 92 of 270 ~ 34.07%

%33.7
%32.22
%34.07

CMYK color model

#5B575C color CMYK value is (1,5,0,64).

  • cyan value is 1.09%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(1,5,0,64)
C1M5Y0K64 
(1%,5%,0%,64%)
(0.01/0.05/0.00/0.64)	

CMYK percentages

%1.09
%5.43
%0
%63.92

Codes

Color #5B575C in popluar color models

5B575C
RGB918792
HSL288°2.79%35.10%
HSB/HSV288°5.43%36.08%
CMYK1.09%5.43%0.00%
63.92%

Color #5B575C in popluar number systems.

HEX5B575C
Decimal918792
Binary101101110101111011100
Octal133127134

Shades and tints

Shades of #5B575C

#5B575C
(91,87,92)
#535054
(83,80,84)
#4B494C
(75,73,76)
#434244
(67,66,68)
#3B3B3C
(59,59,60)
#333434
(51,52,52)
#2B2D2C
(43,45,44)
#232624
(35,38,36)
#1B1F1C
(27,31,28)
#131814
(19,24,20)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #5B575C

#5B575C
(91,87,92)
#69666A
(105,102,106)
#777578
(119,117,120)
#858486
(133,132,134)
#939394
(147,147,148)
#A1A2A2
(161,162,162)
#AFB1B0
(175,177,176)
#BDC0BE
(189,192,190)
#CBCFCC
(203,207,204)
#D9DEDA
(217,222,218)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B575C color. Also use rgb(91,87,92) instead hex code.

Text Font Color

.myTextColor { color: #5B575C; }

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

This text font color is #5B575C.


Background Color

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

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

This div background color is #5B575C.


Border color

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

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

This div border color is #5B575C.


Opacity

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

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

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

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

This text has shadow with #5B575C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B575C on black background.


Color preview on white background

This text has color #5B575C on white background.



Black color preview on #5B575C background

This text has black color on #5B575C background.


White color preview on #5B575C background

This text has white color on #5B575C background.