COLOR #554E5E

HEX: #554E5E RGB: (85,78,94)

Color info

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

RGB color model

#554E5E color RGB value is (85,78,94).

RGB: (85,78,94) (33%, 31%, 37%)

RGB channels and saturation

R 85 of 255 = 33%
G 78 of 255 = 31%
B 94 of 255 = 37%

85
78
94

R + G + B ~ 34%. #554E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 78 + 94 = 257 (100%)
R 85 of 257 ~ 33.07%
G 78 of 257 ~ 30.35%
B 94 of 257 ~ 36.58'%

%33.07
%30.35
%36.58

CMYK color model

#554E5E color CMYK value is (10,17,0,63).

  • cyan value is 9.57%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (10,17,0,63) C10M17Y0K63 (10%,17%,0%,63%) (0.10/0.17/0.00/0.63) 

CMYK percentages

%9.57
%17.02
%0
%63.14

Codes

Color #554E5E in popluar color models

55 4E 5E
RGB 85 78 94
HSL 266° 9.30% 33.73%
HSB/HSV 266° 17.02% 36.86%
CMYK 9.57% 17.02% 0.00%
63.14%

Color #554E5E in popluar number systems.

HEX 55 4E 5E
Decimal 85 78 94
Binary 1010101 1001110 1011110
Octal 125 116 136

Shades and tints

Shades of #554E5E

#554E5E
(85,78,94)
#4E4756
(78,71,86)
#47404E
(71,64,78)
#403946
(64,57,70)
#39323E
(57,50,62)
#322B36
(50,43,54)
#2B242E
(43,36,46)
#241D26
(36,29,38)
#1D161E
(29,22,30)
#160F16
(22,15,22)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #554E5E

#554E5E
(85,78,94)
#645E6C
(100,94,108)
#736E7A
(115,110,122)
#827E88
(130,126,136)
#918E96
(145,142,150)
#A09EA4
(160,158,164)
#AFAEB2
(175,174,178)
#BEBEC0
(190,190,192)
#CDCECE
(205,206,206)
#DCDEDC
(220,222,220)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554E5E; }

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

This text font color is #554E5E.

Background Color

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

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

This div background color is #554E5E.

Border color

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

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

This div border color is #554E5E.

Opacity

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

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

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

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

This text has shadow with #554E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554E5E.

Preview

Color preview on black background

This text has color #554E5E on black background.


Color preview on white background

This text has color #554E5E on white background.


Black color preview on #554E5E background

This text has black color on #554E5E background.


White color preview on #554E5E background

This text has white color on #554E5E background.


Related colors

Complementary color

Complementary color for #hex is #AAB1A1.


I love getcolorcode.com

Triadic colors

1 #5E554E and #4E5E55 with #554E5E are triadic colors.

2 #5E4E55 and #4E555E with #554E5E are triadic colors.