COLOR #555458

HEX: #555458 RGB: (85,84,88)

Color info

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

RGB color model

#555458 color RGB value is (85,84,88).

RGB: (85,84,88) (33%, 33%, 35%)

RGB channels and saturation

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

85
84
88

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

Portions of RGB colors in percentages

R + G + B = 85 + 84 + 88 = 257 (100%)
R 85 of 257 ~ 33.07%
G 84 of 257 ~ 32.68%
B 88 of 257 ~ 34.24'%

%33.07
%32.68
%34.24

CMYK color model

#555458 color CMYK value is (3,5,0,65).

  • cyan value is 3.41%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (3,5,0,65)
C3M5Y0K65 (3%, 5%, 0%, 65%)
(0.03 / 0.05 / 0.00 / 0.65)

CMYK percentages

%3.41
%4.55
%0
%65.49

Codes

Color #555458 in popluar color models

55 54 58
RGB 85 84 88
HSL 255° 2.33% 33.73%
HSB/HSV 255° 4.55% 34.51%
CMYK 3.41% 4.55% 0.00%
65.49%

Color #555458 in popluar number systems.

HEX 55 54 58
Decimal 85 84 88
Binary 1010101 1010100 1011000
Octal 125 124 130

Shades and tints

Shades of #555458

#555458
(85,84,88)
#4E4D50
(78,77,80)
#474648
(71,70,72)
#403F40
(64,63,64)
#393838
(57,56,56)
#323130
(50,49,48)
#2B2A28
(43,42,40)
#242320
(36,35,32)
#1D1C18
(29,28,24)
#161510
(22,21,16)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #555458

#555458
(85,84,88)
#646367
(100,99,103)
#737276
(115,114,118)
#828185
(130,129,133)
#919094
(145,144,148)
#A09FA3
(160,159,163)
#AFAEB2
(175,174,178)
#BEBDC1
(190,189,193)
#CDCCD0
(205,204,208)
#DCDBDF
(220,219,223)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555458; }

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

This text font color is #555458.

Background Color

.myBgColor { background-color: #555458; }

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

This div background color is #555458.

Border color

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

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

This div border color is #555458.

Opacity

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

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

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

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

This text has shadow with #555458 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555458.

Preview

Color preview on black background

This text has color #555458 on black background.


Color preview on white background

This text has color #555458 on white background.


Black color preview on #555458 background

This text has black color on #555458 background.


White color preview on #555458 background

This text has white color on #555458 background.


Related colors

Complementary color

Complementary color for #hex is #AAABA7.


I love getcolorcode.com

Triadic colors

1 #585554 and #545855 with #555458 are triadic colors.

2 #585455 and #545558 with #555458 are triadic colors.