COLOR #552064

HEX: #552064 RGB: (85,32,100)

Color info

#552064 contains mainly red and blue colors. Web safe color of #552064 is #663366 (or #636).

RGB color model

#552064 color RGB value is (85,32,100).

RGB: (85,32,100) (33%, 13%, 39%)

RGB channels and saturation

R 85 of 255 = 33%
G 32 of 255 = 13%
B 100 of 255 = 39%

85
32
100

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

Portions of RGB colors in percentages

R + G + B = 85 + 32 + 100 = 217 (100%)
R 85 of 217 ~ 39.17%
G 32 of 217 ~ 14.75%
B 100 of 217 ~ 46.08'%

%39.17
%14.75
%46.08

CMYK color model

#552064 color CMYK value is (15,68,0,61).

  • cyan value is 15.00%
  • magenta value is 68.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK: (15,68,0,61) C15M68Y0K61 (15%,68%,0%,61%) (0.15/0.68/0.00/0.61) 

CMYK percentages

%15
%68
%0
%60.78

Codes

Color #552064 in popluar color models

55 20 64
RGB 85 32 100
HSL 287° 51.52% 25.88%
HSB/HSV 287° 68.00% 39.22%
CMYK 15.00% 68.00% 0.00%
60.78%

Color #552064 in popluar number systems.

HEX 55 20 64
Decimal 85 32 100
Binary 1010101 100000 1100100
Octal 125 40 144

Shades and tints

Shades of #552064

#552064
(85,32,100)
#4E1E5B
(78,30,91)
#471C52
(71,28,82)
#401A49
(64,26,73)
#391840
(57,24,64)
#321637
(50,22,55)
#2B142E
(43,20,46)
#241225
(36,18,37)
#1D101C
(29,16,28)
#160E13
(22,14,19)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #552064

#552064
(85,32,100)
#643472
(100,52,114)
#734880
(115,72,128)
#825C8E
(130,92,142)
#91709C
(145,112,156)
#A084AA
(160,132,170)
#AF98B8
(175,152,184)
#BEACC6
(190,172,198)
#CDC0D4
(205,192,212)
#DCD4E2
(220,212,226)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552064 color. Also use rgb(85,32,100) instead hex code.

Text Font Color

.myTextColor { color: #552064; }

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

This text font color is #552064.

Background Color

.myBgColor { background-color: #552064; }

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

This div background color is #552064.

Border color

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

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

This div border color is #552064.

Opacity

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

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

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

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

This text has shadow with #552064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552064.

Preview

Color preview on black background

This text has color #552064 on black background.


Color preview on white background

This text has color #552064 on white background.


Black color preview on #552064 background

This text has black color on #552064 background.


White color preview on #552064 background

This text has white color on #552064 background.


Related colors

Complementary color

Complementary color for #hex is #AADF9B.


I love getcolorcode.com

Triadic colors

1 #645520 and #206455 with #552064 are triadic colors.

2 #642055 and #205564 with #552064 are triadic colors.