COLOR #551377

HEX: #551377
RGB: (85,19,119)

Color info

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

RGB color model

#551377 color RGB value is (85,19,119).

  • red value is 85;
  • green value is 19;
  • blue value is 119.
RGB:
(85,19,119)
(33%,7%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 19 of 255 = 7%
B 119 of 255 = 47%

85
19
119

R + G + B ~ 29%. #551377 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 19 + 119 = 223 (100%)
R 85 of 223 ~ 38.12%
G 19 of 223 ~ 8.52%
B 119 of 223 ~ 53.36%

%38.12
%53.36

CMYK color model

#551377 color CMYK value is (29,84,0,53).

  • cyan value is 28.57%
  • magenta value is 84.03%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(29,84,0,53)
C29M84Y0K53 
(29%,84%,0%,53%)
(0.29/0.84/0.00/0.53)	

CMYK percentages

%28.57
%84.03
%0
%53.33

Codes

Color #551377 in popluar color models

551377
RGB8519119
HSL280°72.46%27.06%
HSB/HSV280°84.03%46.67%
CMYK28.57%84.03%0.00%
53.33%

Color #551377 in popluar number systems.

HEX551377
Decimal8519119
Binary1010101100111110111
Octal12523167

Shades and tints

Shades of #551377

#551377
(85,19,119)
#4E126D
(78,18,109)
#471163
(71,17,99)
#401059
(64,16,89)
#390F4F
(57,15,79)
#320E45
(50,14,69)
#2B0D3B
(43,13,59)
#240C31
(36,12,49)
#1D0B27
(29,11,39)
#160A1D
(22,10,29)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #551377

#551377
(85,19,119)
#642883
(100,40,131)
#733D8F
(115,61,143)
#82529B
(130,82,155)
#9167A7
(145,103,167)
#A07CB3
(160,124,179)
#AF91BF
(175,145,191)
#BEA6CB
(190,166,203)
#CDBBD7
(205,187,215)
#DCD0E3
(220,208,227)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551377; }

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

This text font color is #551377.


Background Color

.myBgColor { background-color: #551377; }

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

This div background color is #551377.


Border color

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

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

This div border color is #551377.


Opacity

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

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

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

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

This text has shadow with #551377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551377 on black background.


Color preview on white background

This text has color #551377 on white background.



Black color preview on #551377 background

This text has black color on #551377 background.


White color preview on #551377 background

This text has white color on #551377 background.