COLOR #554E5C

HEX: #554E5C RGB: (85,78,92)

Color info

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

RGB color model

#554E5C color RGB value is (85,78,92).

RGB: (85,78,92) (33%, 31%, 36%)

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 92 of 255 = 36%

85
78
92

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

Portions of RGB colors in percentages

R + G + B = 85 + 78 + 92 = 255 (100%)
R 85 of 255 ~ 33.33%
G 78 of 255 ~ 30.59%
B 92 of 255 ~ 36.08'%

%33.33
%30.59
%36.08

CMYK color model

#554E5C color CMYK value is (8,15,0,64).

  • cyan value is 7.61%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (8,15,0,64) C8M15Y0K64 (8%,15%,0%,64%) (0.08/0.15/0.00/0.64) 

CMYK percentages

%7.61
%15.22
%0
%63.92

Codes

Color #554E5C in popluar color models

55 4E 5C
RGB 85 78 92
HSL 270° 8.24% 33.33%
HSB/HSV 270° 15.22% 36.08%
CMYK 7.61% 15.22% 0.00%
63.92%

Color #554E5C in popluar number systems.

HEX 55 4E 5C
Decimal 85 78 92
Binary 1010101 1001110 1011100
Octal 125 116 134

Shades and tints

Shades of #554E5C

#554E5C
(85,78,92)
#4E4754
(78,71,84)
#47404C
(71,64,76)
#403944
(64,57,68)
#39323C
(57,50,60)
#322B34
(50,43,52)
#2B242C
(43,36,44)
#241D24
(36,29,36)
#1D161C
(29,22,28)
#160F14
(22,15,20)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #554E5C

#554E5C
(85,78,92)
#645E6A
(100,94,106)
#736E78
(115,110,120)
#827E86
(130,126,134)
#918E94
(145,142,148)
#A09EA2
(160,158,162)
#AFAEB0
(175,174,176)
#BEBEBE
(190,190,190)
#CDCECC
(205,206,204)
#DCDEDA
(220,222,218)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554E5C color. Also use rgb(85,78,92) instead hex code.

Text Font Color

.myTextColor { color: #554E5C; }

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

This text font color is #554E5C.

Background Color

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

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

This div background color is #554E5C.

Border color

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

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

This div border color is #554E5C.

Opacity

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

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

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

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

This text has shadow with #554E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554E5C.

Preview

Color preview on black background

This text has color #554E5C on black background.


Color preview on white background

This text has color #554E5C on white background.


Black color preview on #554E5C background

This text has black color on #554E5C background.


White color preview on #554E5C background

This text has white color on #554E5C background.


Related colors

Complementary color

Complementary color for #hex is #AAB1A3.


I love getcolorcode.com

Triadic colors

1 #5C554E and #4E5C55 with #554E5C are triadic colors.

2 #5C4E55 and #4E555C with #554E5C are triadic colors.