COLOR #5B5059

HEX: #5B5059
RGB: (91,80,89)

Color info

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

RGB color model

#5B5059 color RGB value is (91,80,89).

  • red value is 91;
  • green value is 80;
  • blue value is 89.
RGB:
(91,80,89)
(36%,31%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 80 of 255 = 31%
B 89 of 255 = 35%

91
80
89

R + G + B ~ 34%. #5B5059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 80 + 89 = 260 (100%)
R 91 of 260 ~ 35%
G 80 of 260 ~ 30.77%
B 89 of 260 ~ 34.23%

%35
%30.77
%34.23

CMYK color model

#5B5059 color CMYK value is (0,12,2,64).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 2.20%
  • key color value is 64.31%
CMYK:
(0,12,2,64)
C0M12Y2K64 
(0%,12%,2%,64%)
(0.00/0.12/0.02/0.64)	

CMYK percentages

%0
%12.09
%2.2
%64.31

Codes

Color #5B5059 in popluar color models

5B5059
RGB918089
HSL311°6.43%33.53%
HSB/HSV311°12.09%35.69%
CMYK0.00%12.09%2.20%
64.31%

Color #5B5059 in popluar number systems.

HEX5B5059
Decimal918089
Binary101101110100001011001
Octal133120131

Shades and tints

Shades of #5B5059

#5B5059
(91,80,89)
#534951
(83,73,81)
#4B4249
(75,66,73)
#433B41
(67,59,65)
#3B3439
(59,52,57)
#332D31
(51,45,49)
#2B2629
(43,38,41)
#231F21
(35,31,33)
#1B1819
(27,24,25)
#131111
(19,17,17)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #5B5059

#5B5059
(91,80,89)
#695F68
(105,95,104)
#776E77
(119,110,119)
#857D86
(133,125,134)
#938C95
(147,140,149)
#A19BA4
(161,155,164)
#AFAAB3
(175,170,179)
#BDB9C2
(189,185,194)
#CBC8D1
(203,200,209)
#D9D7E0
(217,215,224)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5059 color. Also use rgb(91,80,89) instead hex code.

Text Font Color

.myTextColor { color: #5B5059; }

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

This text font color is #5B5059.


Background Color

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

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

This div background color is #5B5059.


Border color

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

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

This div border color is #5B5059.


Opacity

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

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

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

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

This text has shadow with #5B5059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5059 on black background.


Color preview on white background

This text has color #5B5059 on white background.



Black color preview on #5B5059 background

This text has black color on #5B5059 background.


White color preview on #5B5059 background

This text has white color on #5B5059 background.