COLOR #554D6C

HEX: #554D6C RGB: (85,77,108)

Color info

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

RGB color model

#554D6C color RGB value is (85,77,108).

RGB: (85,77,108) (33%, 30%, 42%)

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 108 of 255 = 42%

85
77
108

R + G + B ~ 35%. #554D6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 77 + 108 = 270 (100%)
R 85 of 270 ~ 31.48%
G 77 of 270 ~ 28.52%
B 108 of 270 ~ 40'%

%31.48
%28.52
%40

CMYK color model

#554D6C color CMYK value is (21,29,0,58).

  • cyan value is 21.30%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (21,29,0,58)
C21M29Y0K58 (21%, 29%, 0%, 58%)
(0.21 / 0.29 / 0.00 / 0.58)

CMYK percentages

%21.3
%28.7
%0
%57.65

Codes

Color #554D6C in popluar color models

55 4D 6C
RGB 85 77 108
HSL 255° 16.76% 36.27%
HSB/HSV 255° 28.70% 42.35%
CMYK 21.30% 28.70% 0.00%
57.65%

Color #554D6C in popluar number systems.

HEX 55 4D 6C
Decimal 85 77 108
Binary 1010101 1001101 1101100
Octal 125 115 154

Shades and tints

Shades of #554D6C

#554D6C
(85,77,108)
#4E4663
(78,70,99)
#473F5A
(71,63,90)
#403851
(64,56,81)
#393148
(57,49,72)
#322A3F
(50,42,63)
#2B2336
(43,35,54)
#241C2D
(36,28,45)
#1D1524
(29,21,36)
#160E1B
(22,14,27)
#0F0712
(15,7,18)
#000000
(0,0,0)

Tints of #554D6C

#554D6C
(85,77,108)
#645D79
(100,93,121)
#736D86
(115,109,134)
#827D93
(130,125,147)
#918DA0
(145,141,160)
#A09DAD
(160,157,173)
#AFADBA
(175,173,186)
#BEBDC7
(190,189,199)
#CDCDD4
(205,205,212)
#DCDDE1
(220,221,225)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554D6C color. Also use rgb(85,77,108) instead hex code.

Text Font Color

.myTextColor { color: #554D6C; }

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

This text font color is #554D6C.

Background Color

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

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

This div background color is #554D6C.

Border color

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

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

This div border color is #554D6C.

Opacity

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

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

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

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

This text has shadow with #554D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554D6C.

Preview

Color preview on black background

This text has color #554D6C on black background.


Color preview on white background

This text has color #554D6C on white background.


Black color preview on #554D6C background

This text has black color on #554D6C background.


White color preview on #554D6C background

This text has white color on #554D6C background.


Related colors

Complementary color

Complementary color for #hex is #AAB293.


I love getcolorcode.com

Triadic colors

1 #6C554D and #4D6C55 with #554D6C are triadic colors.

2 #6C4D55 and #4D556C with #554D6C are triadic colors.