COLOR #555D59

HEX: #555D59
RGB: (85,93,89)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
93
89

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

Portions of RGB colors in percentages

R + G + B =
85 + 93 + 89 = 267 (100%)
R 85 of 267 ~ 31.84%
G 93 of 267 ~ 34.83%
B 89 of 267 ~ 33.33%

%31.84
%34.83
%33.33

CMYK color model

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

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

CMYK percentages

%8.6
%0
%4.3
%63.53

Codes

Color #555D59 in popluar color models

555D59
RGB859389
HSL150°4.49%34.90%
HSB/HSV150°8.60%36.47%
CMYK8.60%0.00%4.30%
63.53%

Color #555D59 in popluar number systems.

HEX555D59
Decimal859389
Binary101010110111011011001
Octal125135131

Shades and tints

Shades of #555D59

#555D59
(85,93,89)
#4E5551
(78,85,81)
#474D49
(71,77,73)
#404541
(64,69,65)
#393D39
(57,61,57)
#323531
(50,53,49)
#2B2D29
(43,45,41)
#242521
(36,37,33)
#1D1D19
(29,29,25)
#161511
(22,21,17)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #555D59

#555D59
(85,93,89)
#646B68
(100,107,104)
#737977
(115,121,119)
#828786
(130,135,134)
#919595
(145,149,149)
#A0A3A4
(160,163,164)
#AFB1B3
(175,177,179)
#BEBFC2
(190,191,194)
#CDCDD1
(205,205,209)
#DCDBE0
(220,219,224)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D59; }

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

This text font color is #555D59.


Background Color

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

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

This div background color is #555D59.


Border color

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

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

This div border color is #555D59.


Opacity

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

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

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

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

This text has shadow with #555D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D59 on black background.


Color preview on white background

This text has color #555D59 on white background.



Black color preview on #555D59 background

This text has black color on #555D59 background.


White color preview on #555D59 background

This text has white color on #555D59 background.