COLOR #554456

HEX: #554456
RGB: (85,68,86)

Color info

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

RGB color model

#554456 color RGB value is (85,68,86).

  • red value is 85;
  • green value is 68;
  • blue value is 86.
RGB:
(85,68,86)
(33%,27%,34%)

RGB channels and saturation

R 85 of 255 = 33%
G 68 of 255 = 27%
B 86 of 255 = 34%

85
68
86

R + G + B ~ 31%. #554456 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 86 = 239 (100%)
R 85 of 239 ~ 35.56%
G 68 of 239 ~ 28.45%
B 86 of 239 ~ 35.98%

%35.56
%28.45
%35.98

CMYK color model

#554456 color CMYK value is (1,21,0,66).

  • cyan value is 1.16%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(1,21,0,66)
C1M21Y0K66 
(1%,21%,0%,66%)
(0.01/0.21/0.00/0.66)	

CMYK percentages

%1.16
%20.93
%0
%66.27

Codes

Color #554456 in popluar color models

554456
RGB856886
HSL297°11.69%30.20%
HSB/HSV297°20.93%33.73%
CMYK1.16%20.93%0.00%
66.27%

Color #554456 in popluar number systems.

HEX554456
Decimal856886
Binary101010110001001010110
Octal125104126

Shades and tints

Shades of #554456

#554456
(85,68,86)
#4E3E4F
(78,62,79)
#473848
(71,56,72)
#403241
(64,50,65)
#392C3A
(57,44,58)
#322633
(50,38,51)
#2B202C
(43,32,44)
#241A25
(36,26,37)
#1D141E
(29,20,30)
#160E17
(22,14,23)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #554456

#554456
(85,68,86)
#645565
(100,85,101)
#736674
(115,102,116)
#827783
(130,119,131)
#918892
(145,136,146)
#A099A1
(160,153,161)
#AFAAB0
(175,170,176)
#BEBBBF
(190,187,191)
#CDCCCE
(205,204,206)
#DCDDDD
(220,221,221)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554456 color. Also use rgb(85,68,86) instead hex code.

Text Font Color

.myTextColor { color: #554456; }

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

This text font color is #554456.


Background Color

.myBgColor { background-color: #554456; }

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

This div background color is #554456.


Border color

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

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

This div border color is #554456.


Opacity

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

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

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

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

This text has shadow with #554456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554456 on black background.


Color preview on white background

This text has color #554456 on white background.



Black color preview on #554456 background

This text has black color on #554456 background.


White color preview on #554456 background

This text has white color on #554456 background.