COLOR #555553

HEX: #555553
RGB: (85,85,83)

Color info

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

RGB color model

#555553 color RGB value is (85,85,83).

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

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 83 of 255 = 33%

85
85
83

R + G + B ~ 33%. #555553 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 83 = 253 (100%)
R 85 of 253 ~ 33.6%
G 85 of 253 ~ 33.6%
B 83 of 253 ~ 32.81%

%33.6
%33.6
%32.81

CMYK color model

#555553 color CMYK value is (0,0,2,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 66.67%
CMYK:
(0,0,2,67)
C0M0Y2K67 
(0%,0%,2%,67%)
(0.00/0.00/0.02/0.67)	

CMYK percentages

%0
%0
%2.35
%66.67

Codes

Color #555553 in popluar color models

555553
RGB858583
HSL60°1.19%32.94%
HSB/HSV60°2.35%33.33%
CMYK0.00%0.00%2.35%
66.67%

Color #555553 in popluar number systems.

HEX555553
Decimal858583
Binary101010110101011010011
Octal125125123

Shades and tints

Shades of #555553

#555553
(85,85,83)
#4E4E4C
(78,78,76)
#474745
(71,71,69)
#40403E
(64,64,62)
#393937
(57,57,55)
#323230
(50,50,48)
#2B2B29
(43,43,41)
#242422
(36,36,34)
#1D1D1B
(29,29,27)
#161614
(22,22,20)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #555553

#555553
(85,85,83)
#646462
(100,100,98)
#737371
(115,115,113)
#828280
(130,130,128)
#91918F
(145,145,143)
#A0A09E
(160,160,158)
#AFAFAD
(175,175,173)
#BEBEBC
(190,190,188)
#CDCDCB
(205,205,203)
#DCDCDA
(220,220,218)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555553 color. Also use rgb(85,85,83) instead hex code.

Text Font Color

.myTextColor { color: #555553; }

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

This text font color is #555553.


Background Color

.myBgColor { background-color: #555553; }

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

This div background color is #555553.


Border color

.myBorderColor { border: 1px solid #555553; }

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

This div border color is #555553.


Opacity

.myOpacity80 { color: #555553; opacity: 0.8; }

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

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

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

This text has shadow with #555553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555553 on black background.


Color preview on white background

This text has color #555553 on white background.



Black color preview on #555553 background

This text has black color on #555553 background.


White color preview on #555553 background

This text has white color on #555553 background.