COLOR #550069

HEX: #550069 RGB: (85,0,105)

Color info

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

RGB color model

#550069 color RGB value is (85,0,105).

RGB: (85,0,105) (33%, 0%, 41%)

RGB channels and saturation

R 85 of 255 = 33%
G 0 of 255 = 0%
B 105 of 255 = 41%

85
0
105

R + G + B ~ 25%. #550069 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 0 + 105 = 190 (100%)
R 85 of 190 ~ 44.74%
G 0 of 190 ~ 0%
B 105 of 190 ~ 55.26'%

%44.74
%55.26

CMYK color model

#550069 color CMYK value is (19,100,0,59).

  • cyan value is 19.05%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (19,100,0,59)
C19M100Y0K59 (19%, 100%, 0%, 59%)
(0.19 / 1.00 / 0.00 / 0.59)

CMYK percentages

%19.05
%100
%0
%58.82

Codes

Color #550069 in popluar color models

55 00 69
RGB 85 0 105
HSL 289° 100.00% 20.59%
HSB/HSV 289° 100.00% 41.18%
CMYK 19.05% 100.00% 0.00%
58.82%

Color #550069 in popluar number systems.

HEX 55 00 69
Decimal 85 0 105
Binary 1010101 0 1101001
Octal 125 0 151

Shades and tints

Shades of #550069

#550069
(85,0,105)
#4E0060
(78,0,96)
#470057
(71,0,87)
#40004E
(64,0,78)
#390045
(57,0,69)
#32003C
(50,0,60)
#2B0033
(43,0,51)
#24002A
(36,0,42)
#1D0021
(29,0,33)
#160018
(22,0,24)
#0F000F
(15,0,15)
#000000
(0,0,0)

Tints of #550069

#550069
(85,0,105)
#641776
(100,23,118)
#732E83
(115,46,131)
#824590
(130,69,144)
#915C9D
(145,92,157)
#A073AA
(160,115,170)
#AF8AB7
(175,138,183)
#BEA1C4
(190,161,196)
#CDB8D1
(205,184,209)
#DCCFDE
(220,207,222)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550069 color. Also use rgb(85,0,105) instead hex code.

Text Font Color

.myTextColor { color: #550069; }

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

This text font color is #550069.

Background Color

.myBgColor { background-color: #550069; }

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

This div background color is #550069.

Border color

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

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

This div border color is #550069.

Opacity

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

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

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

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

This text has shadow with #550069 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #550069.

Preview

Color preview on black background

This text has color #550069 on black background.


Color preview on white background

This text has color #550069 on white background.


Black color preview on #550069 background

This text has black color on #550069 background.


White color preview on #550069 background

This text has white color on #550069 background.


Related colors

Complementary color

Complementary color for #hex is #AAFF96.


I love getcolorcode.com

Triadic colors

1 #695500 and #006955 with #550069 are triadic colors.

2 #690055 and #005569 with #550069 are triadic colors.