COLOR #555D5D

HEX: #555D5D
RGB: (85,93,93)

Color info

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

RGB color model

#555D5D color RGB value is (85,93,93).

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

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 93 of 255 = 36%

85
93
93

R + G + B ~ 35%. #555D5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 93 + 93 = 271 (100%)
R 85 of 271 ~ 31.37%
G 93 of 271 ~ 34.32%
B 93 of 271 ~ 34.32%

%31.37
%34.32
%34.32

CMYK color model

#555D5D color CMYK value is (9,0,0,64).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(9,0,0,64)
C9M0Y0K64 
(9%,0%,0%,64%)
(0.09/0.00/0.00/0.64)	

CMYK percentages

%8.6
%0
%0
%63.53

Codes

Color #555D5D in popluar color models

555D5D
RGB859393
HSL180°4.49%34.90%
HSB/HSV180°8.60%36.47%
CMYK8.60%0.00%0.00%
63.53%

Color #555D5D in popluar number systems.

HEX555D5D
Decimal859393
Binary101010110111011011101
Octal125135135

Shades and tints

Shades of #555D5D

#555D5D
(85,93,93)
#4E5555
(78,85,85)
#474D4D
(71,77,77)
#404545
(64,69,69)
#393D3D
(57,61,61)
#323535
(50,53,53)
#2B2D2D
(43,45,45)
#242525
(36,37,37)
#1D1D1D
(29,29,29)
#161515
(22,21,21)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #555D5D

#555D5D
(85,93,93)
#646B6B
(100,107,107)
#737979
(115,121,121)
#828787
(130,135,135)
#919595
(145,149,149)
#A0A3A3
(160,163,163)
#AFB1B1
(175,177,177)
#BEBFBF
(190,191,191)
#CDCDCD
(205,205,205)
#DCDBDB
(220,219,219)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D5D; }

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

This text font color is #555D5D.


Background Color

.myBgColor { background-color: #555D5D; }

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

This div background color is #555D5D.


Border color

.myBorderColor { border: 1px solid #555D5D; }

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

This div border color is #555D5D.


Opacity

.myOpacity80 { color: #555D5D; opacity: 0.8; }

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

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

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

This text has shadow with #555D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D5D on black background.


Color preview on white background

This text has color #555D5D on white background.



Black color preview on #555D5D background

This text has black color on #555D5D background.


White color preview on #555D5D background

This text has white color on #555D5D background.