COLOR #555055

HEX: #555055
RGB: (85,80,85)

Color info

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

RGB color model

#555055 color RGB value is (85,80,85).

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

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 85 of 255 = 33%

85
80
85

R + G + B ~ 32%. #555055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 80 + 85 = 250 (100%)
R 85 of 250 ~ 34%
G 80 of 250 ~ 32%
B 85 of 250 ~ 34%

%34
%32
%34

CMYK color model

#555055 color CMYK value is (0,6,0,67).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(0,6,0,67)
C0M6Y0K67 
(0%,6%,0%,67%)
(0.00/0.06/0.00/0.67)	

CMYK percentages

%0
%5.88
%0
%66.67

Codes

Color #555055 in popluar color models

555055
RGB858085
HSL300°3.03%32.35%
HSB/HSV300°5.88%33.33%
CMYK0.00%5.88%0.00%
66.67%

Color #555055 in popluar number systems.

HEX555055
Decimal858085
Binary101010110100001010101
Octal125120125

Shades and tints

Shades of #555055

#555055
(85,80,85)
#4E494E
(78,73,78)
#474247
(71,66,71)
#403B40
(64,59,64)
#393439
(57,52,57)
#322D32
(50,45,50)
#2B262B
(43,38,43)
#241F24
(36,31,36)
#1D181D
(29,24,29)
#161116
(22,17,22)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #555055

#555055
(85,80,85)
#645F64
(100,95,100)
#736E73
(115,110,115)
#827D82
(130,125,130)
#918C91
(145,140,145)
#A09BA0
(160,155,160)
#AFAAAF
(175,170,175)
#BEB9BE
(190,185,190)
#CDC8CD
(205,200,205)
#DCD7DC
(220,215,220)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555055; }

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

This text font color is #555055.


Background Color

.myBgColor { background-color: #555055; }

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

This div background color is #555055.


Border color

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

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

This div border color is #555055.


Opacity

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

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

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

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

This text has shadow with #555055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555055 on black background.


Color preview on white background

This text has color #555055 on white background.



Black color preview on #555055 background

This text has black color on #555055 background.


White color preview on #555055 background

This text has white color on #555055 background.