COLOR #551C4E

HEX: #551C4E RGB: (85,28,78)

Color info

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

RGB color model

#551C4E color RGB value is (85,28,78).

RGB: (85,28,78) (33%, 11%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 28 of 255 = 11%
B 78 of 255 = 31%

85
28
78

R + G + B ~ 25%. #551C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 28 + 78 = 191 (100%)
R 85 of 191 ~ 44.5%
G 28 of 191 ~ 14.66%
B 78 of 191 ~ 40.84'%

%44.5
%14.66
%40.84

CMYK color model

#551C4E color CMYK value is (0,67,8,67).

  • cyan value is 0.00%
  • magenta value is 67.06%
  • yellow value is 8.24%
  • key color value is 66.67%

CMYK: (0,67,8,67)
C0M67Y8K67 (0%, 67%, 8%, 67%)
(0.00 / 0.67 / 0.08 / 0.67)

CMYK percentages

%0
%67.06
%8.24
%66.67

Codes

Color #551C4E in popluar color models

55 1C 4E
RGB 85 28 78
HSL 307° 50.44% 22.16%
HSB/HSV 307° 67.06% 33.33%
CMYK 0.00% 67.06% 8.24%
66.67%

Color #551C4E in popluar number systems.

HEX 55 1C 4E
Decimal 85 28 78
Binary 1010101 11100 1001110
Octal 125 34 116

Shades and tints

Shades of #551C4E

#551C4E
(85,28,78)
#4E1A47
(78,26,71)
#471840
(71,24,64)
#401639
(64,22,57)
#391432
(57,20,50)
#32122B
(50,18,43)
#2B1024
(43,16,36)
#240E1D
(36,14,29)
#1D0C16
(29,12,22)
#160A0F
(22,10,15)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #551C4E

#551C4E
(85,28,78)
#64305E
(100,48,94)
#73446E
(115,68,110)
#82587E
(130,88,126)
#916C8E
(145,108,142)
#A0809E
(160,128,158)
#AF94AE
(175,148,174)
#BEA8BE
(190,168,190)
#CDBCCE
(205,188,206)
#DCD0DE
(220,208,222)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551C4E color. Also use rgb(85,28,78) instead hex code.

Text Font Color

.myTextColor { color: #551C4E; }

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

This text font color is #551C4E.

Background Color

.myBgColor { background-color: #551C4E; }

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

This div background color is #551C4E.

Border color

.myBorderColor { border: 1px solid #551C4E; }

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

This div border color is #551C4E.

Opacity

.myOpacity80 { color: #551C4E; opacity: 0.8; }

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

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

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

This text has shadow with #551C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551C4E.

Preview

Color preview on black background

This text has color #551C4E on black background.


Color preview on white background

This text has color #551C4E on white background.


Black color preview on #551C4E background

This text has black color on #551C4E background.


White color preview on #551C4E background

This text has white color on #551C4E background.


Related colors

Complementary color

Complementary color for #hex is #AAE3B1.


I love getcolorcode.com

Triadic colors

1 #4E551C and #1C4E55 with #551C4E are triadic colors.

2 #4E1C55 and #1C554E with #551C4E are triadic colors.