COLOR #5A565D

HEX: #5A565D
RGB: (90,86,93)

Color info

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

RGB color model

#5A565D color RGB value is (90,86,93).

  • red value is 90;
  • green value is 86;
  • blue value is 93.
RGB:
(90,86,93)
(35%,34%,36%)

RGB channels and saturation

R 90 of 255 = 35%
G 86 of 255 = 34%
B 93 of 255 = 36%

90
86
93

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

Portions of RGB colors in percentages

R + G + B =
90 + 86 + 93 = 269 (100%)
R 90 of 269 ~ 33.46%
G 86 of 269 ~ 31.97%
B 93 of 269 ~ 34.57%

%33.46
%31.97
%34.57

CMYK color model

#5A565D color CMYK value is (3,8,0,64).

  • cyan value is 3.23%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(3,8,0,64)
C3M8Y0K64 
(3%,8%,0%,64%)
(0.03/0.08/0.00/0.64)	

CMYK percentages

%3.23
%7.53
%0
%63.53

Codes

Color #5A565D in popluar color models

5A565D
RGB908693
HSL274°3.91%35.10%
HSB/HSV274°7.53%36.47%
CMYK3.23%7.53%0.00%
63.53%

Color #5A565D in popluar number systems.

HEX5A565D
Decimal908693
Binary101101010101101011101
Octal132126135

Shades and tints

Shades of #5A565D

#5A565D
(90,86,93)
#524F55
(82,79,85)
#4A484D
(74,72,77)
#424145
(66,65,69)
#3A3A3D
(58,58,61)
#323335
(50,51,53)
#2A2C2D
(42,44,45)
#222525
(34,37,37)
#1A1E1D
(26,30,29)
#121715
(18,23,21)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #5A565D

#5A565D
(90,86,93)
#69656B
(105,101,107)
#787479
(120,116,121)
#878387
(135,131,135)
#969295
(150,146,149)
#A5A1A3
(165,161,163)
#B4B0B1
(180,176,177)
#C3BFBF
(195,191,191)
#D2CECD
(210,206,205)
#E1DDDB
(225,221,219)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A565D color. Also use rgb(90,86,93) instead hex code.

Text Font Color

.myTextColor { color: #5A565D; }

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

This text font color is #5A565D.


Background Color

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

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

This div background color is #5A565D.


Border color

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

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

This div border color is #5A565D.


Opacity

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

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

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

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

This text has shadow with #5A565D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A565D on black background.


Color preview on white background

This text has color #5A565D on white background.



Black color preview on #5A565D background

This text has black color on #5A565D background.


White color preview on #5A565D background

This text has white color on #5A565D background.