COLOR #55545A

HEX: #55545A
RGB: (85,84,90)

Color info

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

RGB color model

#55545A color RGB value is (85,84,90).

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

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 90 of 255 = 35%

85
84
90

R + G + B ~ 34%. #55545A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 84 + 90 = 259 (100%)
R 85 of 259 ~ 32.82%
G 84 of 259 ~ 32.43%
B 90 of 259 ~ 34.75%

%32.82
%32.43
%34.75

CMYK color model

#55545A color CMYK value is (6,7,0,65).

  • cyan value is 5.56%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(6,7,0,65)
C6M7Y0K65 
(6%,7%,0%,65%)
(0.06/0.07/0.00/0.65)	

CMYK percentages

%5.56
%6.67
%0
%64.71

Codes

Color #55545A in popluar color models

55545A
RGB858490
HSL250°3.45%34.12%
HSB/HSV250°6.67%35.29%
CMYK5.56%6.67%0.00%
64.71%

Color #55545A in popluar number systems.

HEX55545A
Decimal858490
Binary101010110101001011010
Octal125124132

Shades and tints

Shades of #55545A

#55545A
(85,84,90)
#4E4D52
(78,77,82)
#47464A
(71,70,74)
#403F42
(64,63,66)
#39383A
(57,56,58)
#323132
(50,49,50)
#2B2A2A
(43,42,42)
#242322
(36,35,34)
#1D1C1A
(29,28,26)
#161512
(22,21,18)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #55545A

#55545A
(85,84,90)
#646369
(100,99,105)
#737278
(115,114,120)
#828187
(130,129,135)
#919096
(145,144,150)
#A09FA5
(160,159,165)
#AFAEB4
(175,174,180)
#BEBDC3
(190,189,195)
#CDCCD2
(205,204,210)
#DCDBE1
(220,219,225)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55545A color. Also use rgb(85,84,90) instead hex code.

Text Font Color

.myTextColor { color: #55545A; }

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

This text font color is #55545A.


Background Color

.myBgColor { background-color: #55545A; }

<div style="background-color:#55545A">Inner text</div>

This div background color is #55545A.


Border color

.myBorderColor { border: 1px solid #55545A; }

<div style="border:3px solid #55545A">Div</div>

This div border color is #55545A.


Opacity

.myOpacity80 { color: #55545A; opacity: 0.8; }

<p style="color:#55545A;opacity:0.8;">80%</p>

Text with #55545A 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 #55545A;}

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

This text has shadow with #55545A color.

.textShadow {text-shadow: 3px 3px 1px #55545A, 3px 3px 1px red;}

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

This text has shadow with #55545A primary color and red secondary color.


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

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

This text has shadow with #55545A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55545A on black background.


Color preview on white background

This text has color #55545A on white background.



Black color preview on #55545A background

This text has black color on #55545A background.


White color preview on #55545A background

This text has white color on #55545A background.