COLOR #550D6A

HEX: #550D6A RGB: (85,13,106)

Color info

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

RGB color model

#550D6A color RGB value is (85,13,106).

RGB: (85,13,106) (33%, 5%, 42%)

RGB channels and saturation

R 85 of 255 = 33%
G 13 of 255 = 5%
B 106 of 255 = 42%

85
13
106

R + G + B ~ 27%. #550D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 13 + 106 = 204 (100%)
R 85 of 204 ~ 41.67%
G 13 of 204 ~ 6.37%
B 106 of 204 ~ 51.96'%

%41.67
%51.96

CMYK color model

#550D6A color CMYK value is (20,88,0,58).

  • cyan value is 19.81%
  • magenta value is 87.74%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (20,88,0,58) C20M88Y0K58 (20%,88%,0%,58%) (0.20/0.88/0.00/0.58) 

CMYK percentages

%19.81
%87.74
%0
%58.43

Codes

Color #550D6A in popluar color models

55 0D 6A
RGB 85 13 106
HSL 286° 78.15% 23.33%
HSB/HSV 286° 87.74% 41.57%
CMYK 19.81% 87.74% 0.00%
58.43%

Color #550D6A in popluar number systems.

HEX 55 0D 6A
Decimal 85 13 106
Binary 1010101 1101 1101010
Octal 125 15 152

Shades and tints

Shades of #550D6A

#550D6A
(85,13,106)
#4E0C61
(78,12,97)
#470B58
(71,11,88)
#400A4F
(64,10,79)
#390946
(57,9,70)
#32083D
(50,8,61)
#2B0734
(43,7,52)
#24062B
(36,6,43)
#1D0522
(29,5,34)
#160419
(22,4,25)
#0F0310
(15,3,16)
#000000
(0,0,0)

Tints of #550D6A

#550D6A
(85,13,106)
#642377
(100,35,119)
#733984
(115,57,132)
#824F91
(130,79,145)
#91659E
(145,101,158)
#A07BAB
(160,123,171)
#AF91B8
(175,145,184)
#BEA7C5
(190,167,197)
#CDBDD2
(205,189,210)
#DCD3DF
(220,211,223)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550D6A color. Also use rgb(85,13,106) instead hex code.

Text Font Color

.myTextColor { color: #550D6A; }

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

This text font color is #550D6A.

Background Color

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

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

This div background color is #550D6A.

Border color

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

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

This div border color is #550D6A.

Opacity

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

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

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

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

This text has shadow with #550D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #550D6A.

Preview

Color preview on black background

This text has color #550D6A on black background.


Color preview on white background

This text has color #550D6A on white background.


Black color preview on #550D6A background

This text has black color on #550D6A background.


White color preview on #550D6A background

This text has white color on #550D6A background.


Related colors

Complementary color

Complementary color for #hex is #AAF295.


I love getcolorcode.com

Triadic colors

1 #6A550D and #0D6A55 with #550D6A are triadic colors.

2 #6A0D55 and #0D556A with #550D6A are triadic colors.