COLOR #552167

HEX: #552167
RGB: (85,33,103)

Color info

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

RGB color model

#552167 color RGB value is (85,33,103).

  • red value is 85;
  • green value is 33;
  • blue value is 103.
RGB:
(85,33,103)
(33%,13%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 33 of 255 = 13%
B 103 of 255 = 40%

85
33
103

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

Portions of RGB colors in percentages

R + G + B =
85 + 33 + 103 = 221 (100%)
R 85 of 221 ~ 38.46%
G 33 of 221 ~ 14.93%
B 103 of 221 ~ 46.61%

%38.46
%14.93
%46.61

CMYK color model

#552167 color CMYK value is (17,68,0,60).

  • cyan value is 17.48%
  • magenta value is 67.96%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(17,68,0,60)
C17M68Y0K60 
(17%,68%,0%,60%)
(0.17/0.68/0.00/0.60)	

CMYK percentages

%17.48
%67.96
%0
%59.61

Codes

Color #552167 in popluar color models

552167
RGB8533103
HSL285°51.47%26.67%
HSB/HSV285°67.96%40.39%
CMYK17.48%67.96%0.00%
59.61%

Color #552167 in popluar number systems.

HEX552167
Decimal8533103
Binary10101011000011100111
Octal12541147

Shades and tints

Shades of #552167

#552167
(85,33,103)
#4E1E5E
(78,30,94)
#471B55
(71,27,85)
#40184C
(64,24,76)
#391543
(57,21,67)
#32123A
(50,18,58)
#2B0F31
(43,15,49)
#240C28
(36,12,40)
#1D091F
(29,9,31)
#160616
(22,6,22)
#0F030D
(15,3,13)
#000000
(0,0,0)

Tints of #552167

#552167
(85,33,103)
#643574
(100,53,116)
#734981
(115,73,129)
#825D8E
(130,93,142)
#91719B
(145,113,155)
#A085A8
(160,133,168)
#AF99B5
(175,153,181)
#BEADC2
(190,173,194)
#CDC1CF
(205,193,207)
#DCD5DC
(220,213,220)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552167 color. Also use rgb(85,33,103) instead hex code.

Text Font Color

.myTextColor { color: #552167; }

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

This text font color is #552167.


Background Color

.myBgColor { background-color: #552167; }

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

This div background color is #552167.


Border color

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

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

This div border color is #552167.


Opacity

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

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

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

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

This text has shadow with #552167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552167 on black background.


Color preview on white background

This text has color #552167 on white background.



Black color preview on #552167 background

This text has black color on #552167 background.


White color preview on #552167 background

This text has white color on #552167 background.