COLOR #551A44

HEX: #551A44 RGB: (85,26,68)

Color info

#551A44 contains red, green and blue colors in about the same proportion. Web safe color of #551A44 is #660033 (or #603).

RGB color model

#551A44 color RGB value is (85,26,68).

RGB: (85,26,68) (33%, 10%, 27%)

RGB channels and saturation

R 85 of 255 = 33%
G 26 of 255 = 10%
B 68 of 255 = 27%

85
26
68

R + G + B ~ 23%. #551A44 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 26 + 68 = 179 (100%)
R 85 of 179 ~ 47.49%
G 26 of 179 ~ 14.53%
B 68 of 179 ~ 37.99'%

%47.49
%14.53
%37.99

CMYK color model

#551A44 color CMYK value is (0,69,20,67).

  • cyan value is 0.00%
  • magenta value is 69.41%
  • yellow value is 20.00%
  • key color value is 66.67%

CMYK: (0,69,20,67)
C0M69Y20K67 (0%, 69%, 20%, 67%)
(0.00 / 0.69 / 0.20 / 0.67)

CMYK percentages

%0
%69.41
%20
%66.67

Codes

Color #551A44 in popluar color models

55 1A 44
RGB 85 26 68
HSL 317° 53.15% 21.76%
HSB/HSV 317° 69.41% 33.33%
CMYK 0.00% 69.41% 20.00%
66.67%

Color #551A44 in popluar number systems.

HEX 55 1A 44
Decimal 85 26 68
Binary 1010101 11010 1000100
Octal 125 32 104

Shades and tints

Shades of #551A44

#551A44
(85,26,68)
#4E183E
(78,24,62)
#471638
(71,22,56)
#401432
(64,20,50)
#39122C
(57,18,44)
#321026
(50,16,38)
#2B0E20
(43,14,32)
#240C1A
(36,12,26)
#1D0A14
(29,10,20)
#16080E
(22,8,14)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #551A44

#551A44
(85,26,68)
#642E55
(100,46,85)
#734266
(115,66,102)
#825677
(130,86,119)
#916A88
(145,106,136)
#A07E99
(160,126,153)
#AF92AA
(175,146,170)
#BEA6BB
(190,166,187)
#CDBACC
(205,186,204)
#DCCEDD
(220,206,221)
#EBE2EE
(235,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551A44; }

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

This text font color is #551A44.

Background Color

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

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

This div background color is #551A44.

Border color

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

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

This div border color is #551A44.

Opacity

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

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

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

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

This text has shadow with #551A44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551A44.

Preview

Color preview on black background

This text has color #551A44 on black background.


Color preview on white background

This text has color #551A44 on white background.


Black color preview on #551A44 background

This text has black color on #551A44 background.


White color preview on #551A44 background

This text has white color on #551A44 background.


Related colors

Complementary color

Complementary color for #hex is #AAE5BB.


I love getcolorcode.com

Triadic colors

1 #44551A and #1A4455 with #551A44 are triadic colors.

2 #441A55 and #1A5544 with #551A44 are triadic colors.