COLOR #552F78

HEX: #552F78
RGB: (85,47,120)

Color info

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

RGB color model

#552F78 color RGB value is (85,47,120).

  • red value is 85;
  • green value is 47;
  • blue value is 120.
RGB:
(85,47,120)
(33%,18%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 47 of 255 = 18%
B 120 of 255 = 47%

85
47
120

R + G + B ~ 33%. #552F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 47 + 120 = 252 (100%)
R 85 of 252 ~ 33.73%
G 47 of 252 ~ 18.65%
B 120 of 252 ~ 47.62%

%33.73
%18.65
%47.62

CMYK color model

#552F78 color CMYK value is (29,61,0,53).

  • cyan value is 29.17%
  • magenta value is 60.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(29,61,0,53)
C29M61Y0K53 
(29%,61%,0%,53%)
(0.29/0.61/0.00/0.53)	

CMYK percentages

%29.17
%60.83
%0
%52.94

Codes

Color #552F78 in popluar color models

552F78
RGB8547120
HSL271°43.71%32.75%
HSB/HSV271°60.83%47.06%
CMYK29.17%60.83%0.00%
52.94%

Color #552F78 in popluar number systems.

HEX552F78
Decimal8547120
Binary10101011011111111000
Octal12557170

Shades and tints

Shades of #552F78

#552F78
(85,47,120)
#4E2B6E
(78,43,110)
#472764
(71,39,100)
#40235A
(64,35,90)
#391F50
(57,31,80)
#321B46
(50,27,70)
#2B173C
(43,23,60)
#241332
(36,19,50)
#1D0F28
(29,15,40)
#160B1E
(22,11,30)
#0F0714
(15,7,20)
#000000
(0,0,0)

Tints of #552F78

#552F78
(85,47,120)
#644184
(100,65,132)
#735390
(115,83,144)
#82659C
(130,101,156)
#9177A8
(145,119,168)
#A089B4
(160,137,180)
#AF9BC0
(175,155,192)
#BEADCC
(190,173,204)
#CDBFD8
(205,191,216)
#DCD1E4
(220,209,228)
#EBE3F0
(235,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552F78 color. Also use rgb(85,47,120) instead hex code.

Text Font Color

.myTextColor { color: #552F78; }

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

This text font color is #552F78.


Background Color

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

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

This div background color is #552F78.


Border color

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

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

This div border color is #552F78.


Opacity

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

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

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

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

This text has shadow with #552F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552F78 on black background.


Color preview on white background

This text has color #552F78 on white background.



Black color preview on #552F78 background

This text has black color on #552F78 background.


White color preview on #552F78 background

This text has white color on #552F78 background.