COLOR #5A1CA4

HEX: #5A1CA4 RGB: (90,28,164)

Color info

#5A1CA4 contains mainly blue color. Web safe color of #5A1CA4 is #663399 (or #639).

RGB color model

#5A1CA4 color RGB value is (90,28,164).

RGB: (90,28,164) (35%, 11%, 64%)

RGB channels and saturation

R 90 of 255 = 35%
G 28 of 255 = 11%
B 164 of 255 = 64%

90
28
164

R + G + B ~ 37%. #5A1CA4 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 28 + 164 = 282 (100%)
R 90 of 282 ~ 31.91%
G 28 of 282 ~ 9.93%
B 164 of 282 ~ 58.16'%

%31.91
%58.16

CMYK color model

#5A1CA4 color CMYK value is (45,83,0,36).

  • cyan value is 45.12%
  • magenta value is 82.93%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (45,83,0,36)
C45M83Y0K36 (45%, 83%, 0%, 36%)
(0.45 / 0.83 / 0.00 / 0.36)

CMYK percentages

%45.12
%82.93
%0
%35.69

Codes

Color #5A1CA4 in popluar color models

5A 1C A4
RGB 90 28 164
HSL 267° 70.83% 37.65%
HSB/HSV 267° 82.93% 64.31%
CMYK 45.12% 82.93% 0.00%
35.69%

Color #5A1CA4 in popluar number systems.

HEX 5A 1C A4
Decimal 90 28 164
Binary 1011010 11100 10100100
Octal 132 34 244

Shades and tints

Shades of #5A1CA4

#5A1CA4
(90,28,164)
#521A96
(82,26,150)
#4A1888
(74,24,136)
#42167A
(66,22,122)
#3A146C
(58,20,108)
#32125E
(50,18,94)
#2A1050
(42,16,80)
#220E42
(34,14,66)
#1A0C34
(26,12,52)
#120A26
(18,10,38)
#0A0818
(10,8,24)
#000000
(0,0,0)

Tints of #5A1CA4

#5A1CA4
(90,28,164)
#6930AC
(105,48,172)
#7844B4
(120,68,180)
#8758BC
(135,88,188)
#966CC4
(150,108,196)
#A580CC
(165,128,204)
#B494D4
(180,148,212)
#C3A8DC
(195,168,220)
#D2BCE4
(210,188,228)
#E1D0EC
(225,208,236)
#F0E4F4
(240,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A1CA4 color. Also use rgb(90,28,164) instead hex code.

Text Font Color

.myTextColor { color: #5A1CA4; }

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

This text font color is #5A1CA4.

Background Color

.myBgColor { background-color: #5A1CA4; }

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

This div background color is #5A1CA4.

Border color

.myBorderColor { border: 1px solid #5A1CA4; }

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

This div border color is #5A1CA4.

Opacity

.myOpacity80 { color: #5A1CA4; opacity: 0.8; }

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

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

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

This text has shadow with #5A1CA4 color.


.textShadow {text-shadow: 3px 3px 1px #5A1CA4', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5A1CA4; -webkit-box-shadow: 1px 1px 3px 2px #5A1CA4; box-shadow:1px 1px 3px 2px #5A1CA4;">
Div content here
</div>

This div box has shadow with color #5A1CA4.

Preview

Color preview on black background

This text has color #5A1CA4 on black background.


Color preview on white background

This text has color #5A1CA4 on white background.


Black color preview on #5A1CA4 background

This text has black color on #5A1CA4 background.


White color preview on #5A1CA4 background

This text has white color on #5A1CA4 background.


Related colors

Complementary color

Complementary color for #hex is #A5E35B.


I love getcolorcode.com

Triadic colors

1 #A45A1C and #1CA45A with #5A1CA4 are triadic colors.

2 #A41C5A and #1C5AA4 with #5A1CA4 are triadic colors.