COLOR #552CA3

HEX: #552CA3
RGB: (85,44,163)

Color info

#552CA3 contains mainly blue color. Web safe color of #552CA3 is #663399 (or #639).

RGB color model

#552CA3 color RGB value is (85,44,163).

  • red value is 85;
  • green value is 44;
  • blue value is 163.
RGB:
(85,44,163)
(33%,17%,64%)

RGB channels and saturation

R 85 of 255 = 33%
G 44 of 255 = 17%
B 163 of 255 = 64%

85
44
163

R + G + B ~ 38%. #552CA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 44 + 163 = 292 (100%)
R 85 of 292 ~ 29.11%
G 44 of 292 ~ 15.07%
B 163 of 292 ~ 55.82%

%29.11
%15.07
%55.82

CMYK color model

#552CA3 color CMYK value is (48,73,0,36).

  • cyan value is 47.85%
  • magenta value is 73.01%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(48,73,0,36)
C48M73Y0K36 
(48%,73%,0%,36%)
(0.48/0.73/0.00/0.36)	

CMYK percentages

%47.85
%73.01
%0
%36.08

Codes

Color #552CA3 in popluar color models

552CA3
RGB8544163
HSL261°57.49%40.59%
HSB/HSV261°73.01%63.92%
CMYK47.85%73.01%0.00%
36.08%

Color #552CA3 in popluar number systems.

HEX552CA3
Decimal8544163
Binary101010110110010100011
Octal12554243

Shades and tints

Shades of #552CA3

#552CA3
(85,44,163)
#4E2895
(78,40,149)
#472487
(71,36,135)
#402079
(64,32,121)
#391C6B
(57,28,107)
#32185D
(50,24,93)
#2B144F
(43,20,79)
#241041
(36,16,65)
#1D0C33
(29,12,51)
#160825
(22,8,37)
#0F0417
(15,4,23)
#000000
(0,0,0)

Tints of #552CA3

#552CA3
(85,44,163)
#643FAB
(100,63,171)
#7352B3
(115,82,179)
#8265BB
(130,101,187)
#9178C3
(145,120,195)
#A08BCB
(160,139,203)
#AF9ED3
(175,158,211)
#BEB1DB
(190,177,219)
#CDC4E3
(205,196,227)
#DCD7EB
(220,215,235)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552CA3 color. Also use rgb(85,44,163) instead hex code.

Text Font Color

.myTextColor { color: #552CA3; }

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

This text font color is #552CA3.


Background Color

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

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

This div background color is #552CA3.


Border color

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

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

This div border color is #552CA3.


Opacity

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

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

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

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

This text has shadow with #552CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552CA3 on black background.


Color preview on white background

This text has color #552CA3 on white background.



Black color preview on #552CA3 background

This text has black color on #552CA3 background.


White color preview on #552CA3 background

This text has white color on #552CA3 background.