COLOR #555358

HEX: #555358
RGB: (85,83,88)

Color info

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

RGB color model

#555358 color RGB value is (85,83,88).

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

RGB channels and saturation

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

85
83
88

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

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 88 = 256 (100%)
R 85 of 256 ~ 33.2%
G 83 of 256 ~ 32.42%
B 88 of 256 ~ 34.38%

%33.2
%32.42
%34.38

CMYK color model

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

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

CMYK percentages

%3.41
%5.68
%0
%65.49

Codes

Color #555358 in popluar color models

555358
RGB858388
HSL264°2.92%33.53%
HSB/HSV264°5.68%34.51%
CMYK3.41%5.68%0.00%
65.49%

Color #555358 in popluar number systems.

HEX555358
Decimal858388
Binary101010110100111011000
Octal125123130

Shades and tints

Shades of #555358

#555358
(85,83,88)
#4E4C50
(78,76,80)
#474548
(71,69,72)
#403E40
(64,62,64)
#393738
(57,55,56)
#323030
(50,48,48)
#2B2928
(43,41,40)
#242220
(36,34,32)
#1D1B18
(29,27,24)
#161410
(22,20,16)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #555358

#555358
(85,83,88)
#646267
(100,98,103)
#737176
(115,113,118)
#828085
(130,128,133)
#918F94
(145,143,148)
#A09EA3
(160,158,163)
#AFADB2
(175,173,178)
#BEBCC1
(190,188,193)
#CDCBD0
(205,203,208)
#DCDADF
(220,218,223)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555358; }

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

This text font color is #555358.


Background Color

.myBgColor { background-color: #555358; }

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

This div background color is #555358.


Border color

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

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

This div border color is #555358.


Opacity

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

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

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

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

This text has shadow with #555358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555358 on black background.


Color preview on white background

This text has color #555358 on white background.



Black color preview on #555358 background

This text has black color on #555358 background.


White color preview on #555358 background

This text has white color on #555358 background.