COLOR #550E77

HEX: #550E77 RGB: (85,14,119)

Color info

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

RGB color model

#550E77 color RGB value is (85,14,119).

RGB: (85,14,119) (33%, 5%, 47%)

RGB channels and saturation

R 85 of 255 = 33%
G 14 of 255 = 5%
B 119 of 255 = 47%

85
14
119

R + G + B ~ 28%. #550E77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 14 + 119 = 218 (100%)
R 85 of 218 ~ 38.99%
G 14 of 218 ~ 6.42%
B 119 of 218 ~ 54.59'%

%38.99
%54.59

CMYK color model

#550E77 color CMYK value is (29,88,0,53).

  • cyan value is 28.57%
  • magenta value is 88.24%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (29,88,0,53)
C29M88Y0K53 (29%, 88%, 0%, 53%)
(0.29 / 0.88 / 0.00 / 0.53)

CMYK percentages

%28.57
%88.24
%0
%53.33

Codes

Color #550E77 in popluar color models

55 0E 77
RGB 85 14 119
HSL 281° 78.95% 26.08%
HSB/HSV 281° 88.24% 46.67%
CMYK 28.57% 88.24% 0.00%
53.33%

Color #550E77 in popluar number systems.

HEX 55 0E 77
Decimal 85 14 119
Binary 1010101 1110 1110111
Octal 125 16 167

Shades and tints

Shades of #550E77

#550E77
(85,14,119)
#4E0D6D
(78,13,109)
#470C63
(71,12,99)
#400B59
(64,11,89)
#390A4F
(57,10,79)
#320945
(50,9,69)
#2B083B
(43,8,59)
#240731
(36,7,49)
#1D0627
(29,6,39)
#16051D
(22,5,29)
#0F0413
(15,4,19)
#000000
(0,0,0)

Tints of #550E77

#550E77
(85,14,119)
#642383
(100,35,131)
#73388F
(115,56,143)
#824D9B
(130,77,155)
#9162A7
(145,98,167)
#A077B3
(160,119,179)
#AF8CBF
(175,140,191)
#BEA1CB
(190,161,203)
#CDB6D7
(205,182,215)
#DCCBE3
(220,203,227)
#EBE0EF
(235,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550E77; }

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

This text font color is #550E77.

Background Color

.myBgColor { background-color: #550E77; }

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

This div background color is #550E77.

Border color

.myBorderColor { border: 1px solid #550E77; }

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

This div border color is #550E77.

Opacity

.myOpacity80 { color: #550E77; opacity: 0.8; }

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

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

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

This text has shadow with #550E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #550E77.

Preview

Color preview on black background

This text has color #550E77 on black background.


Color preview on white background

This text has color #550E77 on white background.


Black color preview on #550E77 background

This text has black color on #550E77 background.


White color preview on #550E77 background

This text has white color on #550E77 background.


Related colors

Complementary color

Complementary color for #hex is #AAF188.


I love getcolorcode.com

Triadic colors

1 #77550E and #0E7755 with #550E77 are triadic colors.

2 #770E55 and #0E5577 with #550E77 are triadic colors.