COLOR #551E86

HEX: #551E86
RGB: (85,30,134)

Color info

#551E86 contains mainly red and blue colors. Web safe color of #551E86 is #663399 (or #639).

RGB color model

#551E86 color RGB value is (85,30,134).

  • red value is 85;
  • green value is 30;
  • blue value is 134.
RGB:
(85,30,134)
(33%,12%,53%)

RGB channels and saturation

R 85 of 255 = 33%
G 30 of 255 = 12%
B 134 of 255 = 53%

85
30
134

R + G + B ~ 33%. #551E86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 30 + 134 = 249 (100%)
R 85 of 249 ~ 34.14%
G 30 of 249 ~ 12.05%
B 134 of 249 ~ 53.82%

%34.14
%12.05
%53.82

CMYK color model

#551E86 color CMYK value is (37,78,0,47).

  • cyan value is 36.57%
  • magenta value is 77.61%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(37,78,0,47)
C37M78Y0K47 
(37%,78%,0%,47%)
(0.37/0.78/0.00/0.47)	

CMYK percentages

%36.57
%77.61
%0
%47.45

Codes

Color #551E86 in popluar color models

551E86
RGB8530134
HSL272°63.41%32.16%
HSB/HSV272°77.61%52.55%
CMYK36.57%77.61%0.00%
47.45%

Color #551E86 in popluar number systems.

HEX551E86
Decimal8530134
Binary10101011111010000110
Octal12536206

Shades and tints

Shades of #551E86

#551E86
(85,30,134)
#4E1C7A
(78,28,122)
#471A6E
(71,26,110)
#401862
(64,24,98)
#391656
(57,22,86)
#32144A
(50,20,74)
#2B123E
(43,18,62)
#241032
(36,16,50)
#1D0E26
(29,14,38)
#160C1A
(22,12,26)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #551E86

#551E86
(85,30,134)
#643291
(100,50,145)
#73469C
(115,70,156)
#825AA7
(130,90,167)
#916EB2
(145,110,178)
#A082BD
(160,130,189)
#AF96C8
(175,150,200)
#BEAAD3
(190,170,211)
#CDBEDE
(205,190,222)
#DCD2E9
(220,210,233)
#EBE6F4
(235,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551E86 color. Also use rgb(85,30,134) instead hex code.

Text Font Color

.myTextColor { color: #551E86; }

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

This text font color is #551E86.


Background Color

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

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

This div background color is #551E86.


Border color

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

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

This div border color is #551E86.


Opacity

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

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

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

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

This text has shadow with #551E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551E86 on black background.


Color preview on white background

This text has color #551E86 on white background.



Black color preview on #551E86 background

This text has black color on #551E86 background.


White color preview on #551E86 background

This text has white color on #551E86 background.