COLOR #554F57

HEX: #554F57
RGB: (85,79,87)

Color info

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

RGB color model

#554F57 color RGB value is (85,79,87).

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

RGB channels and saturation

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

85
79
87

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

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 87 = 251 (100%)
R 85 of 251 ~ 33.86%
G 79 of 251 ~ 31.47%
B 87 of 251 ~ 34.66%

%33.86
%31.47
%34.66

CMYK color model

#554F57 color CMYK value is (2,9,0,66).

  • cyan value is 2.30%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(2,9,0,66)
C2M9Y0K66 
(2%,9%,0%,66%)
(0.02/0.09/0.00/0.66)	

CMYK percentages

%2.3
%9.2
%0
%65.88

Codes

Color #554F57 in popluar color models

554F57
RGB857987
HSL285°4.82%32.55%
HSB/HSV285°9.20%34.12%
CMYK2.30%9.20%0.00%
65.88%

Color #554F57 in popluar number systems.

HEX554F57
Decimal857987
Binary101010110011111010111
Octal125117127

Shades and tints

Shades of #554F57

#554F57
(85,79,87)
#4E4850
(78,72,80)
#474149
(71,65,73)
#403A42
(64,58,66)
#39333B
(57,51,59)
#322C34
(50,44,52)
#2B252D
(43,37,45)
#241E26
(36,30,38)
#1D171F
(29,23,31)
#161018
(22,16,24)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #554F57

#554F57
(85,79,87)
#645F66
(100,95,102)
#736F75
(115,111,117)
#827F84
(130,127,132)
#918F93
(145,143,147)
#A09FA2
(160,159,162)
#AFAFB1
(175,175,177)
#BEBFC0
(190,191,192)
#CDCFCF
(205,207,207)
#DCDFDE
(220,223,222)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F57; }

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

This text font color is #554F57.


Background Color

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

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

This div background color is #554F57.


Border color

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

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

This div border color is #554F57.


Opacity

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

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

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

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

This text has shadow with #554F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F57 on black background.


Color preview on white background

This text has color #554F57 on white background.



Black color preview on #554F57 background

This text has black color on #554F57 background.


White color preview on #554F57 background

This text has white color on #554F57 background.