COLOR #554959

HEX: #554959
RGB: (85,73,89)

Color info

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

RGB color model

#554959 color RGB value is (85,73,89).

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

RGB channels and saturation

R 85 of 255 = 33%
G 73 of 255 = 29%
B 89 of 255 = 35%

85
73
89

R + G + B ~ 32%. #554959 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 73 + 89 = 247 (100%)
R 85 of 247 ~ 34.41%
G 73 of 247 ~ 29.55%
B 89 of 247 ~ 36.03%

%34.41
%29.55
%36.03

CMYK color model

#554959 color CMYK value is (4,18,0,65).

  • cyan value is 4.49%
  • magenta value is 17.98%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(4,18,0,65)
C4M18Y0K65 
(4%,18%,0%,65%)
(0.04/0.18/0.00/0.65)	

CMYK percentages

%4.49
%17.98
%0
%65.1

Codes

Color #554959 in popluar color models

554959
RGB857389
HSL285°9.88%31.76%
HSB/HSV285°17.98%34.90%
CMYK4.49%17.98%0.00%
65.10%

Color #554959 in popluar number systems.

HEX554959
Decimal857389
Binary101010110010011011001
Octal125111131

Shades and tints

Shades of #554959

#554959
(85,73,89)
#4E4351
(78,67,81)
#473D49
(71,61,73)
#403741
(64,55,65)
#393139
(57,49,57)
#322B31
(50,43,49)
#2B2529
(43,37,41)
#241F21
(36,31,33)
#1D1919
(29,25,25)
#161311
(22,19,17)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #554959

#554959
(85,73,89)
#645968
(100,89,104)
#736977
(115,105,119)
#827986
(130,121,134)
#918995
(145,137,149)
#A099A4
(160,153,164)
#AFA9B3
(175,169,179)
#BEB9C2
(190,185,194)
#CDC9D1
(205,201,209)
#DCD9E0
(220,217,224)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554959; }

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

This text font color is #554959.


Background Color

.myBgColor { background-color: #554959; }

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

This div background color is #554959.


Border color

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

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

This div border color is #554959.


Opacity

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

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

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

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

This text has shadow with #554959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554959 on black background.


Color preview on white background

This text has color #554959 on white background.



Black color preview on #554959 background

This text has black color on #554959 background.


White color preview on #554959 background

This text has white color on #554959 background.