COLOR #5529A5

HEX: #5529A5
RGB: (85,41,165)

Color info

#5529A5 contains mainly blue color. Web safe color of #5529A5 is #663399 (or #639).

RGB color model

#5529A5 color RGB value is (85,41,165).

  • red value is 85;
  • green value is 41;
  • blue value is 165.
RGB:
(85,41,165)
(33%,16%,65%)

RGB channels and saturation

R 85 of 255 = 33%
G 41 of 255 = 16%
B 165 of 255 = 65%

85
41
165

R + G + B ~ 38%. #5529A5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 41 + 165 = 291 (100%)
R 85 of 291 ~ 29.21%
G 41 of 291 ~ 14.09%
B 165 of 291 ~ 56.7%

%29.21
%14.09
%56.7

CMYK color model

#5529A5 color CMYK value is (48,75,0,35).

  • cyan value is 48.48%
  • magenta value is 75.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(48,75,0,35)
C48M75Y0K35 
(48%,75%,0%,35%)
(0.48/0.75/0.00/0.35)	

CMYK percentages

%48.48
%75.15
%0
%35.29

Codes

Color #5529A5 in popluar color models

5529A5
RGB8541165
HSL261°60.19%40.39%
HSB/HSV261°75.15%64.71%
CMYK48.48%75.15%0.00%
35.29%

Color #5529A5 in popluar number systems.

HEX5529A5
Decimal8541165
Binary101010110100110100101
Octal12551245

Shades and tints

Shades of #5529A5

#5529A5
(85,41,165)
#4E2696
(78,38,150)
#472387
(71,35,135)
#402078
(64,32,120)
#391D69
(57,29,105)
#321A5A
(50,26,90)
#2B174B
(43,23,75)
#24143C
(36,20,60)
#1D112D
(29,17,45)
#160E1E
(22,14,30)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #5529A5

#5529A5
(85,41,165)
#643CAD
(100,60,173)
#734FB5
(115,79,181)
#8262BD
(130,98,189)
#9175C5
(145,117,197)
#A088CD
(160,136,205)
#AF9BD5
(175,155,213)
#BEAEDD
(190,174,221)
#CDC1E5
(205,193,229)
#DCD4ED
(220,212,237)
#EBE7F5
(235,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5529A5 color. Also use rgb(85,41,165) instead hex code.

Text Font Color

.myTextColor { color: #5529A5; }

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

This text font color is #5529A5.


Background Color

.myBgColor { background-color: #5529A5; }

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

This div background color is #5529A5.


Border color

.myBorderColor { border: 1px solid #5529A5; }

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

This div border color is #5529A5.


Opacity

.myOpacity80 { color: #5529A5; opacity: 0.8; }

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

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

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

This text has shadow with #5529A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5529A5 on black background.


Color preview on white background

This text has color #5529A5 on white background.



Black color preview on #5529A5 background

This text has black color on #5529A5 background.


White color preview on #5529A5 background

This text has white color on #5529A5 background.