COLOR #552666

HEX: #552666
RGB: (85,38,102)

Color info

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

RGB color model

#552666 color RGB value is (85,38,102).

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

RGB channels and saturation

R 85 of 255 = 33%
G 38 of 255 = 15%
B 102 of 255 = 40%

85
38
102

R + G + B ~ 29%. #552666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 38 + 102 = 225 (100%)
R 85 of 225 ~ 37.78%
G 38 of 225 ~ 16.89%
B 102 of 225 ~ 45.33%

%37.78
%16.89
%45.33

CMYK color model

#552666 color CMYK value is (17,63,0,60).

  • cyan value is 16.67%
  • magenta value is 62.75%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(17,63,0,60)
C17M63Y0K60 
(17%,63%,0%,60%)
(0.17/0.63/0.00/0.60)	

CMYK percentages

%16.67
%62.75
%0
%60

Codes

Color #552666 in popluar color models

552666
RGB8538102
HSL284°45.71%27.45%
HSB/HSV284°62.75%40.00%
CMYK16.67%62.75%0.00%
60.00%

Color #552666 in popluar number systems.

HEX552666
Decimal8538102
Binary10101011001101100110
Octal12546146

Shades and tints

Shades of #552666

#552666
(85,38,102)
#4E235D
(78,35,93)
#472054
(71,32,84)
#401D4B
(64,29,75)
#391A42
(57,26,66)
#321739
(50,23,57)
#2B1430
(43,20,48)
#241127
(36,17,39)
#1D0E1E
(29,14,30)
#160B15
(22,11,21)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #552666

#552666
(85,38,102)
#643973
(100,57,115)
#734C80
(115,76,128)
#825F8D
(130,95,141)
#91729A
(145,114,154)
#A085A7
(160,133,167)
#AF98B4
(175,152,180)
#BEABC1
(190,171,193)
#CDBECE
(205,190,206)
#DCD1DB
(220,209,219)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552666; }

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

This text font color is #552666.


Background Color

.myBgColor { background-color: #552666; }

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

This div background color is #552666.


Border color

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

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

This div border color is #552666.


Opacity

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

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

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

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

This text has shadow with #552666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552666 on black background.


Color preview on white background

This text has color #552666 on white background.



Black color preview on #552666 background

This text has black color on #552666 background.


White color preview on #552666 background

This text has white color on #552666 background.