COLOR #552A6D

HEX: #552A6D
RGB: (85,42,109)

Color info

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

RGB color model

#552A6D color RGB value is (85,42,109).

  • red value is 85;
  • green value is 42;
  • blue value is 109.
RGB:
(85,42,109)
(33%,16%,43%)

RGB channels and saturation

R 85 of 255 = 33%
G 42 of 255 = 16%
B 109 of 255 = 43%

85
42
109

R + G + B ~ 31%. #552A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 42 + 109 = 236 (100%)
R 85 of 236 ~ 36.02%
G 42 of 236 ~ 17.8%
B 109 of 236 ~ 46.19%

%36.02
%17.8
%46.19

CMYK color model

#552A6D color CMYK value is (22,61,0,57).

  • cyan value is 22.02%
  • magenta value is 61.47%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(22,61,0,57)
C22M61Y0K57 
(22%,61%,0%,57%)
(0.22/0.61/0.00/0.57)	

CMYK percentages

%22.02
%61.47
%0
%57.25

Codes

Color #552A6D in popluar color models

552A6D
RGB8542109
HSL279°44.37%29.61%
HSB/HSV279°61.47%42.75%
CMYK22.02%61.47%0.00%
57.25%

Color #552A6D in popluar number systems.

HEX552A6D
Decimal8542109
Binary10101011010101101101
Octal12552155

Shades and tints

Shades of #552A6D

#552A6D
(85,42,109)
#4E2764
(78,39,100)
#47245B
(71,36,91)
#402152
(64,33,82)
#391E49
(57,30,73)
#321B40
(50,27,64)
#2B1837
(43,24,55)
#24152E
(36,21,46)
#1D1225
(29,18,37)
#160F1C
(22,15,28)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #552A6D

#552A6D
(85,42,109)
#643D7A
(100,61,122)
#735087
(115,80,135)
#826394
(130,99,148)
#9176A1
(145,118,161)
#A089AE
(160,137,174)
#AF9CBB
(175,156,187)
#BEAFC8
(190,175,200)
#CDC2D5
(205,194,213)
#DCD5E2
(220,213,226)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552A6D color. Also use rgb(85,42,109) instead hex code.

Text Font Color

.myTextColor { color: #552A6D; }

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

This text font color is #552A6D.


Background Color

.myBgColor { background-color: #552A6D; }

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

This div background color is #552A6D.


Border color

.myBorderColor { border: 1px solid #552A6D; }

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

This div border color is #552A6D.


Opacity

.myOpacity80 { color: #552A6D; opacity: 0.8; }

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

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

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

This text has shadow with #552A6D color.

.textShadow {text-shadow: 3px 3px 1px #552A6D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552A6D on black background.


Color preview on white background

This text has color #552A6D on white background.



Black color preview on #552A6D background

This text has black color on #552A6D background.


White color preview on #552A6D background

This text has white color on #552A6D background.