COLOR #552A66

HEX: #552A66
RGB: (85,42,102)

Color info

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

RGB color model

#552A66 color RGB value is (85,42,102).

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

RGB channels and saturation

R 85 of 255 = 33%
G 42 of 255 = 16%
B 102 of 255 = 40%

85
42
102

R + G + B ~ 30%. #552A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 42 + 102 = 229 (100%)
R 85 of 229 ~ 37.12%
G 42 of 229 ~ 18.34%
B 102 of 229 ~ 44.54%

%37.12
%18.34
%44.54

CMYK color model

#552A66 color CMYK value is (17,59,0,60).

  • cyan value is 16.67%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(17,59,0,60)
C17M59Y0K60 
(17%,59%,0%,60%)
(0.17/0.59/0.00/0.60)	

CMYK percentages

%16.67
%58.82
%0
%60

Codes

Color #552A66 in popluar color models

552A66
RGB8542102
HSL283°41.67%28.24%
HSB/HSV283°58.82%40.00%
CMYK16.67%58.82%0.00%
60.00%

Color #552A66 in popluar number systems.

HEX552A66
Decimal8542102
Binary10101011010101100110
Octal12552146

Shades and tints

Shades of #552A66

#552A66
(85,42,102)
#4E275D
(78,39,93)
#472454
(71,36,84)
#40214B
(64,33,75)
#391E42
(57,30,66)
#321B39
(50,27,57)
#2B1830
(43,24,48)
#241527
(36,21,39)
#1D121E
(29,18,30)
#160F15
(22,15,21)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #552A66

#552A66
(85,42,102)
#643D73
(100,61,115)
#735080
(115,80,128)
#82638D
(130,99,141)
#91769A
(145,118,154)
#A089A7
(160,137,167)
#AF9CB4
(175,156,180)
#BEAFC1
(190,175,193)
#CDC2CE
(205,194,206)
#DCD5DB
(220,213,219)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552A66; }

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

This text font color is #552A66.


Background Color

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

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

This div background color is #552A66.


Border color

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

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

This div border color is #552A66.


Opacity

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

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

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

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

This text has shadow with #552A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552A66 on black background.


Color preview on white background

This text has color #552A66 on white background.



Black color preview on #552A66 background

This text has black color on #552A66 background.


White color preview on #552A66 background

This text has white color on #552A66 background.