COLOR #555B59

HEX: #555B59
RGB: (85,91,89)

Color info

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

RGB color model

#555B59 color RGB value is (85,91,89).

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

RGB channels and saturation

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

85
91
89

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

Portions of RGB colors in percentages

R + G + B =
85 + 91 + 89 = 265 (100%)
R 85 of 265 ~ 32.08%
G 91 of 265 ~ 34.34%
B 89 of 265 ~ 33.58%

%32.08
%34.34
%33.58

CMYK color model

#555B59 color CMYK value is (7,0,2,64).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • key color value is 64.31%
CMYK:
(7,0,2,64)
C7M0Y2K64 
(7%,0%,2%,64%)
(0.07/0.00/0.02/0.64)	

CMYK percentages

%6.59
%0
%2.2
%64.31

Codes

Color #555B59 in popluar color models

555B59
RGB859189
HSL160°3.41%34.51%
HSB/HSV160°6.59%35.69%
CMYK6.59%0.00%2.20%
64.31%

Color #555B59 in popluar number systems.

HEX555B59
Decimal859189
Binary101010110110111011001
Octal125133131

Shades and tints

Shades of #555B59

#555B59
(85,91,89)
#4E5351
(78,83,81)
#474B49
(71,75,73)
#404341
(64,67,65)
#393B39
(57,59,57)
#323331
(50,51,49)
#2B2B29
(43,43,41)
#242321
(36,35,33)
#1D1B19
(29,27,25)
#161311
(22,19,17)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #555B59

#555B59
(85,91,89)
#646968
(100,105,104)
#737777
(115,119,119)
#828586
(130,133,134)
#919395
(145,147,149)
#A0A1A4
(160,161,164)
#AFAFB3
(175,175,179)
#BEBDC2
(190,189,194)
#CDCBD1
(205,203,209)
#DCD9E0
(220,217,224)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555B59; }

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

This text font color is #555B59.


Background Color

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

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

This div background color is #555B59.


Border color

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

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

This div border color is #555B59.


Opacity

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

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

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

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

This text has shadow with #555B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555B59 on black background.


Color preview on white background

This text has color #555B59 on white background.



Black color preview on #555B59 background

This text has black color on #555B59 background.


White color preview on #555B59 background

This text has white color on #555B59 background.