COLOR #555558

HEX: #555558
RGB: (85,85,88)

Color info

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

RGB color model

#555558 color RGB value is (85,85,88).

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

RGB channels and saturation

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

85
85
88

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

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 88 = 258 (100%)
R 85 of 258 ~ 32.95%
G 85 of 258 ~ 32.95%
B 88 of 258 ~ 34.11%

%32.95
%32.95
%34.11

CMYK color model

#555558 color CMYK value is (3,3,0,65).

  • cyan value is 3.41%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(3,3,0,65)
C3M3Y0K65 
(3%,3%,0%,65%)
(0.03/0.03/0.00/0.65)	

CMYK percentages

%3.41
%3.41
%0
%65.49

Codes

Color #555558 in popluar color models

555558
RGB858588
HSL240°1.73%33.92%
HSB/HSV240°3.41%34.51%
CMYK3.41%3.41%0.00%
65.49%

Color #555558 in popluar number systems.

HEX555558
Decimal858588
Binary101010110101011011000
Octal125125130

Shades and tints

Shades of #555558

#555558
(85,85,88)
#4E4E50
(78,78,80)
#474748
(71,71,72)
#404040
(64,64,64)
#393938
(57,57,56)
#323230
(50,50,48)
#2B2B28
(43,43,40)
#242420
(36,36,32)
#1D1D18
(29,29,24)
#161610
(22,22,16)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #555558

#555558
(85,85,88)
#646467
(100,100,103)
#737376
(115,115,118)
#828285
(130,130,133)
#919194
(145,145,148)
#A0A0A3
(160,160,163)
#AFAFB2
(175,175,178)
#BEBEC1
(190,190,193)
#CDCDD0
(205,205,208)
#DCDCDF
(220,220,223)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555558; }

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

This text font color is #555558.


Background Color

.myBgColor { background-color: #555558; }

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

This div background color is #555558.


Border color

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

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

This div border color is #555558.


Opacity

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

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

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

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

This text has shadow with #555558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555558 on black background.


Color preview on white background

This text has color #555558 on white background.



Black color preview on #555558 background

This text has black color on #555558 background.


White color preview on #555558 background

This text has white color on #555558 background.