COLOR #5A535B

HEX: #5A535B
RGB: (90,83,91)

Color info

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

RGB color model

#5A535B color RGB value is (90,83,91).

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

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 91 of 255 = 36%

90
83
91

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

Portions of RGB colors in percentages

R + G + B =
90 + 83 + 91 = 264 (100%)
R 90 of 264 ~ 34.09%
G 83 of 264 ~ 31.44%
B 91 of 264 ~ 34.47%

%34.09
%31.44
%34.47

CMYK color model

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

  • cyan value is 1.10%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(1,9,0,64)
C1M9Y0K64 
(1%,9%,0%,64%)
(0.01/0.09/0.00/0.64)	

CMYK percentages

%1.1
%8.79
%0
%64.31

Codes

Color #5A535B in popluar color models

5A535B
RGB908391
HSL293°4.60%34.12%
HSB/HSV293°8.79%35.69%
CMYK1.10%8.79%0.00%
64.31%

Color #5A535B in popluar number systems.

HEX5A535B
Decimal908391
Binary101101010100111011011
Octal132123133

Shades and tints

Shades of #5A535B

#5A535B
(90,83,91)
#524C53
(82,76,83)
#4A454B
(74,69,75)
#423E43
(66,62,67)
#3A373B
(58,55,59)
#323033
(50,48,51)
#2A292B
(42,41,43)
#222223
(34,34,35)
#1A1B1B
(26,27,27)
#121413
(18,20,19)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #5A535B

#5A535B
(90,83,91)
#696269
(105,98,105)
#787177
(120,113,119)
#878085
(135,128,133)
#968F93
(150,143,147)
#A59EA1
(165,158,161)
#B4ADAF
(180,173,175)
#C3BCBD
(195,188,189)
#D2CBCB
(210,203,203)
#E1DAD9
(225,218,217)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A535B; }

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

This text font color is #5A535B.


Background Color

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

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

This div background color is #5A535B.


Border color

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

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

This div border color is #5A535B.


Opacity

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

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

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

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

This text has shadow with #5A535B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A535B on black background.


Color preview on white background

This text has color #5A535B on white background.



Black color preview on #5A535B background

This text has black color on #5A535B background.


White color preview on #5A535B background

This text has white color on #5A535B background.