COLOR #5A585E

HEX: #5A585E
RGB: (90,88,94)

Color info

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

RGB color model

#5A585E color RGB value is (90,88,94).

  • red value is 90;
  • green value is 88;
  • blue value is 94.
RGB:
(90,88,94)
(35%,35%,37%)

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 94 of 255 = 37%

90
88
94

R + G + B ~ 36%. #5A585E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 88 + 94 = 272 (100%)
R 90 of 272 ~ 33.09%
G 88 of 272 ~ 32.35%
B 94 of 272 ~ 34.56%

%33.09
%32.35
%34.56

CMYK color model

#5A585E color CMYK value is (4,6,0,63).

  • cyan value is 4.26%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(4,6,0,63)
C4M6Y0K63 
(4%,6%,0%,63%)
(0.04/0.06/0.00/0.63)	

CMYK percentages

%4.26
%6.38
%0
%63.14

Codes

Color #5A585E in popluar color models

5A585E
RGB908894
HSL260°3.30%35.69%
HSB/HSV260°6.38%36.86%
CMYK4.26%6.38%0.00%
63.14%

Color #5A585E in popluar number systems.

HEX5A585E
Decimal908894
Binary101101010110001011110
Octal132130136

Shades and tints

Shades of #5A585E

#5A585E
(90,88,94)
#525056
(82,80,86)
#4A484E
(74,72,78)
#424046
(66,64,70)
#3A383E
(58,56,62)
#323036
(50,48,54)
#2A282E
(42,40,46)
#222026
(34,32,38)
#1A181E
(26,24,30)
#121016
(18,16,22)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #5A585E

#5A585E
(90,88,94)
#69676C
(105,103,108)
#78767A
(120,118,122)
#878588
(135,133,136)
#969496
(150,148,150)
#A5A3A4
(165,163,164)
#B4B2B2
(180,178,178)
#C3C1C0
(195,193,192)
#D2D0CE
(210,208,206)
#E1DFDC
(225,223,220)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A585E color. Also use rgb(90,88,94) instead hex code.

Text Font Color

.myTextColor { color: #5A585E; }

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

This text font color is #5A585E.


Background Color

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

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

This div background color is #5A585E.


Border color

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

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

This div border color is #5A585E.


Opacity

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

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

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

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

This text has shadow with #5A585E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A585E on black background.


Color preview on white background

This text has color #5A585E on white background.



Black color preview on #5A585E background

This text has black color on #5A585E background.


White color preview on #5A585E background

This text has white color on #5A585E background.