COLOR #554457

HEX: #554457
RGB: (85,68,87)

Color info

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

RGB color model

#554457 color RGB value is (85,68,87).

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

RGB channels and saturation

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

85
68
87

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

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 87 = 240 (100%)
R 85 of 240 ~ 35.42%
G 68 of 240 ~ 28.33%
B 87 of 240 ~ 36.25%

%35.42
%28.33
%36.25

CMYK color model

#554457 color CMYK value is (2,22,0,66).

  • cyan value is 2.30%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(2,22,0,66)
C2M22Y0K66 
(2%,22%,0%,66%)
(0.02/0.22/0.00/0.66)	

CMYK percentages

%2.3
%21.84
%0
%65.88

Codes

Color #554457 in popluar color models

554457
RGB856887
HSL294°12.26%30.39%
HSB/HSV294°21.84%34.12%
CMYK2.30%21.84%0.00%
65.88%

Color #554457 in popluar number systems.

HEX554457
Decimal856887
Binary101010110001001010111
Octal125104127

Shades and tints

Shades of #554457

#554457
(85,68,87)
#4E3E50
(78,62,80)
#473849
(71,56,73)
#403242
(64,50,66)
#392C3B
(57,44,59)
#322634
(50,38,52)
#2B202D
(43,32,45)
#241A26
(36,26,38)
#1D141F
(29,20,31)
#160E18
(22,14,24)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #554457

#554457
(85,68,87)
#645566
(100,85,102)
#736675
(115,102,117)
#827784
(130,119,132)
#918893
(145,136,147)
#A099A2
(160,153,162)
#AFAAB1
(175,170,177)
#BEBBC0
(190,187,192)
#CDCCCF
(205,204,207)
#DCDDDE
(220,221,222)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554457; }

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

This text font color is #554457.


Background Color

.myBgColor { background-color: #554457; }

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

This div background color is #554457.


Border color

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

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

This div border color is #554457.


Opacity

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

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

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

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

This text has shadow with #554457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554457 on black background.


Color preview on white background

This text has color #554457 on white background.



Black color preview on #554457 background

This text has black color on #554457 background.


White color preview on #554457 background

This text has white color on #554457 background.