COLOR #555359

HEX: #555359
RGB: (85,83,89)

Color info

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

RGB color model

#555359 color RGB value is (85,83,89).

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

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 89 of 255 = 35%

85
83
89

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

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 89 = 257 (100%)
R 85 of 257 ~ 33.07%
G 83 of 257 ~ 32.3%
B 89 of 257 ~ 34.63%

%33.07
%32.3
%34.63

CMYK color model

#555359 color CMYK value is (4,7,0,65).

  • cyan value is 4.49%
  • magenta value is 6.74%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(4,7,0,65)
C4M7Y0K65 
(4%,7%,0%,65%)
(0.04/0.07/0.00/0.65)	

CMYK percentages

%4.49
%6.74
%0
%65.1

Codes

Color #555359 in popluar color models

555359
RGB858389
HSL260°3.49%33.73%
HSB/HSV260°6.74%34.90%
CMYK4.49%6.74%0.00%
65.10%

Color #555359 in popluar number systems.

HEX555359
Decimal858389
Binary101010110100111011001
Octal125123131

Shades and tints

Shades of #555359

#555359
(85,83,89)
#4E4C51
(78,76,81)
#474549
(71,69,73)
#403E41
(64,62,65)
#393739
(57,55,57)
#323031
(50,48,49)
#2B2929
(43,41,41)
#242221
(36,34,33)
#1D1B19
(29,27,25)
#161411
(22,20,17)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #555359

#555359
(85,83,89)
#646268
(100,98,104)
#737177
(115,113,119)
#828086
(130,128,134)
#918F95
(145,143,149)
#A09EA4
(160,158,164)
#AFADB3
(175,173,179)
#BEBCC2
(190,188,194)
#CDCBD1
(205,203,209)
#DCDAE0
(220,218,224)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555359; }

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

This text font color is #555359.


Background Color

.myBgColor { background-color: #555359; }

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

This div background color is #555359.


Border color

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

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

This div border color is #555359.


Opacity

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

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

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

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

This text has shadow with #555359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555359 on black background.


Color preview on white background

This text has color #555359 on white background.



Black color preview on #555359 background

This text has black color on #555359 background.


White color preview on #555359 background

This text has white color on #555359 background.