COLOR #5B525A

HEX: #5B525A
RGB: (91,82,90)

Color info

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

RGB color model

#5B525A color RGB value is (91,82,90).

  • red value is 91;
  • green value is 82;
  • blue value is 90.
RGB:
(91,82,90)
(36%,32%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 90 of 255 = 35%

91
82
90

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

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 90 = 263 (100%)
R 91 of 263 ~ 34.6%
G 82 of 263 ~ 31.18%
B 90 of 263 ~ 34.22%

%34.6
%31.18
%34.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 1.10%
  • key color value is 64.31%
CMYK:
(0,10,1,64)
C0M10Y1K64 
(0%,10%,1%,64%)
(0.00/0.10/0.01/0.64)	

CMYK percentages

%0
%9.89
%1.1
%64.31

Codes

Color #5B525A in popluar color models

5B525A
RGB918290
HSL307°5.20%33.92%
HSB/HSV307°9.89%35.69%
CMYK0.00%9.89%1.10%
64.31%

Color #5B525A in popluar number systems.

HEX5B525A
Decimal918290
Binary101101110100101011010
Octal133122132

Shades and tints

Shades of #5B525A

#5B525A
(91,82,90)
#534B52
(83,75,82)
#4B444A
(75,68,74)
#433D42
(67,61,66)
#3B363A
(59,54,58)
#332F32
(51,47,50)
#2B282A
(43,40,42)
#232122
(35,33,34)
#1B1A1A
(27,26,26)
#131312
(19,19,18)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #5B525A

#5B525A
(91,82,90)
#696169
(105,97,105)
#777078
(119,112,120)
#857F87
(133,127,135)
#938E96
(147,142,150)
#A19DA5
(161,157,165)
#AFACB4
(175,172,180)
#BDBBC3
(189,187,195)
#CBCAD2
(203,202,210)
#D9D9E1
(217,217,225)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B525A; }

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

This text font color is #5B525A.


Background Color

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

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

This div background color is #5B525A.


Border color

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

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

This div border color is #5B525A.


Opacity

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

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

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

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

This text has shadow with #5B525A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B525A on black background.


Color preview on white background

This text has color #5B525A on white background.



Black color preview on #5B525A background

This text has black color on #5B525A background.


White color preview on #5B525A background

This text has white color on #5B525A background.