COLOR #5B595A

HEX: #5B595A RGB: (91,89,90)

Color info

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

RGB color model

#5B595A color RGB value is (91,89,90).

RGB: (91,89,90) (36%, 35%, 35%)

RGB channels and saturation

R 91 of 255 = 36%
G 89 of 255 = 35%
B 90 of 255 = 35%

91
89
90

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

Portions of RGB colors in percentages

R + G + B = 91 + 89 + 90 = 270 (100%)
R 91 of 270 ~ 33.7%
G 89 of 270 ~ 32.96%
B 90 of 270 ~ 33.33'%

%33.7
%32.96
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 1.10%
  • key color value is 64.31%

CMYK: (0,2,1,64)
C0M2Y1K64 (0%, 2%, 1%, 64%)
(0.00 / 0.02 / 0.01 / 0.64)

CMYK percentages

%0
%2.2
%1.1
%64.31

Codes

Color #5B595A in popluar color models

5B 59 5A
RGB 91 89 90
HSL 330° 1.11% 35.29%
HSB/HSV 330° 2.20% 35.69%
CMYK 0.00% 2.20% 1.10%
64.31%

Color #5B595A in popluar number systems.

HEX 5B 59 5A
Decimal 91 89 90
Binary 1011011 1011001 1011010
Octal 133 131 132

Shades and tints

Shades of #5B595A

#5B595A
(91,89,90)
#535152
(83,81,82)
#4B494A
(75,73,74)
#434142
(67,65,66)
#3B393A
(59,57,58)
#333132
(51,49,50)
#2B292A
(43,41,42)
#232122
(35,33,34)
#1B191A
(27,25,26)
#131112
(19,17,18)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #5B595A

#5B595A
(91,89,90)
#696869
(105,104,105)
#777778
(119,119,120)
#858687
(133,134,135)
#939596
(147,149,150)
#A1A4A5
(161,164,165)
#AFB3B4
(175,179,180)
#BDC2C3
(189,194,195)
#CBD1D2
(203,209,210)
#D9E0E1
(217,224,225)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B595A; }

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

This text font color is #5B595A.

Background Color

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

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

This div background color is #5B595A.

Border color

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

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

This div border color is #5B595A.

Opacity

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

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

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

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

This text has shadow with #5B595A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B595A.

Preview

Color preview on black background

This text has color #5B595A on black background.


Color preview on white background

This text has color #5B595A on white background.


Black color preview on #5B595A background

This text has black color on #5B595A background.


White color preview on #5B595A background

This text has white color on #5B595A background.


Related colors

Complementary color

Complementary color for #hex is #A4A6A5.


I love getcolorcode.com

Triadic colors

1 #5A5B59 and #595A5B with #5B595A are triadic colors.

2 #5A595B and #595B5A with #5B595A are triadic colors.