COLOR #554E57

HEX: #554E57
RGB: (85,78,87)

Color info

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

RGB color model

#554E57 color RGB value is (85,78,87).

  • red value is 85;
  • green value is 78;
  • blue value is 87.
RGB:
(85,78,87)
(33%,31%,34%)

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 87 of 255 = 34%

85
78
87

R + G + B ~ 33%. #554E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 78 + 87 = 250 (100%)
R 85 of 250 ~ 34%
G 78 of 250 ~ 31.2%
B 87 of 250 ~ 34.8%

%34
%31.2
%34.8

CMYK color model

#554E57 color CMYK value is (2,10,0,66).

  • cyan value is 2.30%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(2,10,0,66)
C2M10Y0K66 
(2%,10%,0%,66%)
(0.02/0.10/0.00/0.66)	

CMYK percentages

%2.3
%10.34
%0
%65.88

Codes

Color #554E57 in popluar color models

554E57
RGB857887
HSL287°5.45%32.35%
HSB/HSV287°10.34%34.12%
CMYK2.30%10.34%0.00%
65.88%

Color #554E57 in popluar number systems.

HEX554E57
Decimal857887
Binary101010110011101010111
Octal125116127

Shades and tints

Shades of #554E57

#554E57
(85,78,87)
#4E4750
(78,71,80)
#474049
(71,64,73)
#403942
(64,57,66)
#39323B
(57,50,59)
#322B34
(50,43,52)
#2B242D
(43,36,45)
#241D26
(36,29,38)
#1D161F
(29,22,31)
#160F18
(22,15,24)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #554E57

#554E57
(85,78,87)
#645E66
(100,94,102)
#736E75
(115,110,117)
#827E84
(130,126,132)
#918E93
(145,142,147)
#A09EA2
(160,158,162)
#AFAEB1
(175,174,177)
#BEBEC0
(190,190,192)
#CDCECF
(205,206,207)
#DCDEDE
(220,222,222)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554E57 color. Also use rgb(85,78,87) instead hex code.

Text Font Color

.myTextColor { color: #554E57; }

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

This text font color is #554E57.


Background Color

.myBgColor { background-color: #554E57; }

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

This div background color is #554E57.


Border color

.myBorderColor { border: 1px solid #554E57; }

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

This div border color is #554E57.


Opacity

.myOpacity80 { color: #554E57; opacity: 0.8; }

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

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

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

This text has shadow with #554E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554E57 on black background.


Color preview on white background

This text has color #554E57 on white background.



Black color preview on #554E57 background

This text has black color on #554E57 background.


White color preview on #554E57 background

This text has white color on #554E57 background.