COLOR #554D59

HEX: #554D59
RGB: (85,77,89)

Color info

#554D59 contains red, green and blue colors in about the same proportion. Web safe color of #554D59 is #663366 (or #636).

RGB color model

#554D59 color RGB value is (85,77,89).

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

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 89 of 255 = 35%

85
77
89

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

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 89 = 251 (100%)
R 85 of 251 ~ 33.86%
G 77 of 251 ~ 30.68%
B 89 of 251 ~ 35.46%

%33.86
%30.68
%35.46

CMYK color model

#554D59 color CMYK value is (4,13,0,65).

  • cyan value is 4.49%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(4,13,0,65)
C4M13Y0K65 
(4%,13%,0%,65%)
(0.04/0.13/0.00/0.65)	

CMYK percentages

%4.49
%13.48
%0
%65.1

Codes

Color #554D59 in popluar color models

554D59
RGB857789
HSL280°7.23%32.55%
HSB/HSV280°13.48%34.90%
CMYK4.49%13.48%0.00%
65.10%

Color #554D59 in popluar number systems.

HEX554D59
Decimal857789
Binary101010110011011011001
Octal125115131

Shades and tints

Shades of #554D59

#554D59
(85,77,89)
#4E4651
(78,70,81)
#473F49
(71,63,73)
#403841
(64,56,65)
#393139
(57,49,57)
#322A31
(50,42,49)
#2B2329
(43,35,41)
#241C21
(36,28,33)
#1D1519
(29,21,25)
#160E11
(22,14,17)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #554D59

#554D59
(85,77,89)
#645D68
(100,93,104)
#736D77
(115,109,119)
#827D86
(130,125,134)
#918D95
(145,141,149)
#A09DA4
(160,157,164)
#AFADB3
(175,173,179)
#BEBDC2
(190,189,194)
#CDCDD1
(205,205,209)
#DCDDE0
(220,221,224)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554D59; }

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

This text font color is #554D59.


Background Color

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

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

This div background color is #554D59.


Border color

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

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

This div border color is #554D59.


Opacity

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

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

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

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

This text has shadow with #554D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D59 on black background.


Color preview on white background

This text has color #554D59 on white background.



Black color preview on #554D59 background

This text has black color on #554D59 background.


White color preview on #554D59 background

This text has white color on #554D59 background.