COLOR #551354

HEX: #551354 RGB: (85,19,84)

Color info

#551354 contains mainly red and blue colors. Web safe color of #551354 is #660066 (or #606).

RGB color model

#551354 color RGB value is (85,19,84).

RGB: (85,19,84) (33%, 7%, 33%)

RGB channels and saturation

R 85 of 255 = 33%
G 19 of 255 = 7%
B 84 of 255 = 33%

85
19
84

R + G + B ~ 24%. #551354 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 19 + 84 = 188 (100%)
R 85 of 188 ~ 45.21%
G 19 of 188 ~ 10.11%
B 84 of 188 ~ 44.68'%

%45.21
%44.68

CMYK color model

#551354 color CMYK value is (0,78,1,67).

  • cyan value is 0.00%
  • magenta value is 77.65%
  • yellow value is 1.18%
  • key color value is 66.67%

CMYK: (0,78,1,67)
C0M78Y1K67 (0%, 78%, 1%, 67%)
(0.00 / 0.78 / 0.01 / 0.67)

CMYK percentages

%0
%77.65
%1.18
%66.67

Codes

Color #551354 in popluar color models

55 13 54
RGB 85 19 84
HSL 301° 63.46% 20.39%
HSB/HSV 301° 77.65% 33.33%
CMYK 0.00% 77.65% 1.18%
66.67%

Color #551354 in popluar number systems.

HEX 55 13 54
Decimal 85 19 84
Binary 1010101 10011 1010100
Octal 125 23 124

Shades and tints

Shades of #551354

#551354
(85,19,84)
#4E124D
(78,18,77)
#471146
(71,17,70)
#40103F
(64,16,63)
#390F38
(57,15,56)
#320E31
(50,14,49)
#2B0D2A
(43,13,42)
#240C23
(36,12,35)
#1D0B1C
(29,11,28)
#160A15
(22,10,21)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #551354

#551354
(85,19,84)
#642863
(100,40,99)
#733D72
(115,61,114)
#825281
(130,82,129)
#916790
(145,103,144)
#A07C9F
(160,124,159)
#AF91AE
(175,145,174)
#BEA6BD
(190,166,189)
#CDBBCC
(205,187,204)
#DCD0DB
(220,208,219)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551354 color. Also use rgb(85,19,84) instead hex code.

Text Font Color

.myTextColor { color: #551354; }

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

This text font color is #551354.

Background Color

.myBgColor { background-color: #551354; }

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

This div background color is #551354.

Border color

.myBorderColor { border: 1px solid #551354; }

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

This div border color is #551354.

Opacity

.myOpacity80 { color: #551354; opacity: 0.8; }

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

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

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

This text has shadow with #551354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551354.

Preview

Color preview on black background

This text has color #551354 on black background.


Color preview on white background

This text has color #551354 on white background.


Black color preview on #551354 background

This text has black color on #551354 background.


White color preview on #551354 background

This text has white color on #551354 background.


Related colors

Complementary color

Complementary color for #hex is #AAECAB.


I love getcolorcode.com

Triadic colors

1 #545513 and #135455 with #551354 are triadic colors.

2 #541355 and #135554 with #551354 are triadic colors.