COLOR #5A555E

HEX: #5A555E
RGB: (90,85,94)

Color info

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

RGB color model

#5A555E color RGB value is (90,85,94).

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

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 94 of 255 = 37%

90
85
94

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

Portions of RGB colors in percentages

R + G + B =
90 + 85 + 94 = 269 (100%)
R 90 of 269 ~ 33.46%
G 85 of 269 ~ 31.6%
B 94 of 269 ~ 34.94%

%33.46
%31.6
%34.94

CMYK color model

#5A555E color CMYK value is (4,10,0,63).

  • cyan value is 4.26%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(4,10,0,63)
C4M10Y0K63 
(4%,10%,0%,63%)
(0.04/0.10/0.00/0.63)	

CMYK percentages

%4.26
%9.57
%0
%63.14

Codes

Color #5A555E in popluar color models

5A555E
RGB908594
HSL273°5.03%35.10%
HSB/HSV273°9.57%36.86%
CMYK4.26%9.57%0.00%
63.14%

Color #5A555E in popluar number systems.

HEX5A555E
Decimal908594
Binary101101010101011011110
Octal132125136

Shades and tints

Shades of #5A555E

#5A555E
(90,85,94)
#524E56
(82,78,86)
#4A474E
(74,71,78)
#424046
(66,64,70)
#3A393E
(58,57,62)
#323236
(50,50,54)
#2A2B2E
(42,43,46)
#222426
(34,36,38)
#1A1D1E
(26,29,30)
#121616
(18,22,22)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #5A555E

#5A555E
(90,85,94)
#69646C
(105,100,108)
#78737A
(120,115,122)
#878288
(135,130,136)
#969196
(150,145,150)
#A5A0A4
(165,160,164)
#B4AFB2
(180,175,178)
#C3BEC0
(195,190,192)
#D2CDCE
(210,205,206)
#E1DCDC
(225,220,220)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A555E; }

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

This text font color is #5A555E.


Background Color

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

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

This div background color is #5A555E.


Border color

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

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

This div border color is #5A555E.


Opacity

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

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

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

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

This text has shadow with #5A555E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A555E on black background.


Color preview on white background

This text has color #5A555E on white background.



Black color preview on #5A555E background

This text has black color on #5A555E background.


White color preview on #5A555E background

This text has white color on #5A555E background.