COLOR #552667

HEX: #552667
RGB: (85,38,103)

Color info

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

RGB color model

#552667 color RGB value is (85,38,103).

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

RGB channels and saturation

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

85
38
103

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

Portions of RGB colors in percentages

R + G + B =
85 + 38 + 103 = 226 (100%)
R 85 of 226 ~ 37.61%
G 38 of 226 ~ 16.81%
B 103 of 226 ~ 45.58%

%37.61
%16.81
%45.58

CMYK color model

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

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

CMYK percentages

%17.48
%63.11
%0
%59.61

Codes

Color #552667 in popluar color models

552667
RGB8538103
HSL283°46.10%27.65%
HSB/HSV283°63.11%40.39%
CMYK17.48%63.11%0.00%
59.61%

Color #552667 in popluar number systems.

HEX552667
Decimal8538103
Binary10101011001101100111
Octal12546147

Shades and tints

Shades of #552667

#552667
(85,38,103)
#4E235E
(78,35,94)
#472055
(71,32,85)
#401D4C
(64,29,76)
#391A43
(57,26,67)
#32173A
(50,23,58)
#2B1431
(43,20,49)
#241128
(36,17,40)
#1D0E1F
(29,14,31)
#160B16
(22,11,22)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #552667

#552667
(85,38,103)
#643974
(100,57,116)
#734C81
(115,76,129)
#825F8E
(130,95,142)
#91729B
(145,114,155)
#A085A8
(160,133,168)
#AF98B5
(175,152,181)
#BEABC2
(190,171,194)
#CDBECF
(205,190,207)
#DCD1DC
(220,209,220)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552667; }

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

This text font color is #552667.


Background Color

.myBgColor { background-color: #552667; }

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

This div background color is #552667.


Border color

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

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

This div border color is #552667.


Opacity

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

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

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

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

This text has shadow with #552667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552667 on black background.


Color preview on white background

This text has color #552667 on white background.



Black color preview on #552667 background

This text has black color on #552667 background.


White color preview on #552667 background

This text has white color on #552667 background.