COLOR #55585A

HEX: #55585A
RGB: (85,88,90)

Color info

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

RGB color model

#55585A color RGB value is (85,88,90).

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

RGB channels and saturation

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

85
88
90

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

Portions of RGB colors in percentages

R + G + B =
85 + 88 + 90 = 263 (100%)
R 85 of 263 ~ 32.32%
G 88 of 263 ~ 33.46%
B 90 of 263 ~ 34.22%

%32.32
%33.46
%34.22

CMYK color model

#55585A color CMYK value is (6,2,0,65).

  • cyan value is 5.56%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(6,2,0,65)
C6M2Y0K65 
(6%,2%,0%,65%)
(0.06/0.02/0.00/0.65)	

CMYK percentages

%5.56
%2.22
%0
%64.71

Codes

Color #55585A in popluar color models

55585A
RGB858890
HSL204°2.86%34.31%
HSB/HSV204°5.56%35.29%
CMYK5.56%2.22%0.00%
64.71%

Color #55585A in popluar number systems.

HEX55585A
Decimal858890
Binary101010110110001011010
Octal125130132

Shades and tints

Shades of #55585A

#55585A
(85,88,90)
#4E5052
(78,80,82)
#47484A
(71,72,74)
#404042
(64,64,66)
#39383A
(57,56,58)
#323032
(50,48,50)
#2B282A
(43,40,42)
#242022
(36,32,34)
#1D181A
(29,24,26)
#161012
(22,16,18)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #55585A

#55585A
(85,88,90)
#646769
(100,103,105)
#737678
(115,118,120)
#828587
(130,133,135)
#919496
(145,148,150)
#A0A3A5
(160,163,165)
#AFB2B4
(175,178,180)
#BEC1C3
(190,193,195)
#CDD0D2
(205,208,210)
#DCDFE1
(220,223,225)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55585A; }

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

This text font color is #55585A.


Background Color

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

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

This div background color is #55585A.


Border color

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

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

This div border color is #55585A.


Opacity

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

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

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

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

This text has shadow with #55585A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55585A on black background.


Color preview on white background

This text has color #55585A on white background.



Black color preview on #55585A background

This text has black color on #55585A background.


White color preview on #55585A background

This text has white color on #55585A background.