COLOR #5B505A

HEX: #5B505A RGB: (91,80,90)

Color info

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

RGB color model

#5B505A color RGB value is (91,80,90).

RGB: (91,80,90) (36%, 31%, 35%)

RGB channels and saturation

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

91
80
90

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

Portions of RGB colors in percentages

R + G + B = 91 + 80 + 90 = 261 (100%)
R 91 of 261 ~ 34.87%
G 80 of 261 ~ 30.65%
B 90 of 261 ~ 34.48'%

%34.87
%30.65
%34.48

CMYK color model

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

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

CMYK: (0,12,1,64)
C0M12Y1K64 (0%, 12%, 1%, 64%)
(0.00 / 0.12 / 0.01 / 0.64)

CMYK percentages

%0
%12.09
%1.1
%64.31

Codes

Color #5B505A in popluar color models

5B 50 5A
RGB 91 80 90
HSL 305° 6.43% 33.53%
HSB/HSV 305° 12.09% 35.69%
CMYK 0.00% 12.09% 1.10%
64.31%

Color #5B505A in popluar number systems.

HEX 5B 50 5A
Decimal 91 80 90
Binary 1011011 1010000 1011010
Octal 133 120 132

Shades and tints

Shades of #5B505A

#5B505A
(91,80,90)
#534952
(83,73,82)
#4B424A
(75,66,74)
#433B42
(67,59,66)
#3B343A
(59,52,58)
#332D32
(51,45,50)
#2B262A
(43,38,42)
#231F22
(35,31,34)
#1B181A
(27,24,26)
#131112
(19,17,18)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #5B505A

#5B505A
(91,80,90)
#695F69
(105,95,105)
#776E78
(119,110,120)
#857D87
(133,125,135)
#938C96
(147,140,150)
#A19BA5
(161,155,165)
#AFAAB4
(175,170,180)
#BDB9C3
(189,185,195)
#CBC8D2
(203,200,210)
#D9D7E1
(217,215,225)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B505A; }

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

This text font color is #5B505A.

Background Color

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

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

This div background color is #5B505A.

Border color

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

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

This div border color is #5B505A.

Opacity

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

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

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

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

This text has shadow with #5B505A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B505A.

Preview

Color preview on black background

This text has color #5B505A on black background.


Color preview on white background

This text has color #5B505A on white background.


Black color preview on #5B505A background

This text has black color on #5B505A background.


White color preview on #5B505A background

This text has white color on #5B505A background.


Related colors

Complementary color

Complementary color for #hex is #A4AFA5.


I love getcolorcode.com

Triadic colors

1 #5A5B50 and #505A5B with #5B505A are triadic colors.

2 #5A505B and #505B5A with #5B505A are triadic colors.