COLOR #5A50C2

HEX: #5A50C2 RGB: (90,80,194)

Color info

#5A50C2 contains mainly blue color. Web safe color of #5A50C2 is #6666CC (or #66C).

RGB color model

#5A50C2 color RGB value is (90,80,194).

RGB: (90,80,194) (35%, 31%, 76%)

RGB channels and saturation

R 90 of 255 = 35%
G 80 of 255 = 31%
B 194 of 255 = 76%

90
80
194

R + G + B ~ 47%. #5A50C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 80 + 194 = 364 (100%)
R 90 of 364 ~ 24.73%
G 80 of 364 ~ 21.98%
B 194 of 364 ~ 53.3'%

%24.73
%21.98
%53.3

CMYK color model

#5A50C2 color CMYK value is (54,59,0,24).

  • cyan value is 53.61%
  • magenta value is 58.76%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (54,59,0,24)
C54M59Y0K24 (54%, 59%, 0%, 24%)
(0.54 / 0.59 / 0.00 / 0.24)

CMYK percentages

%53.61
%58.76
%0
%23.92

Codes

Color #5A50C2 in popluar color models

5A 50 C2
RGB 90 80 194
HSL 245° 48.31% 53.73%
HSB/HSV 245° 58.76% 76.08%
CMYK 53.61% 58.76% 0.00%
23.92%

Color #5A50C2 in popluar number systems.

HEX 5A 50 C2
Decimal 90 80 194
Binary 1011010 1010000 11000010
Octal 132 120 302

Shades and tints

Shades of #5A50C2

#5A50C2
(90,80,194)
#5249B1
(82,73,177)
#4A42A0
(74,66,160)
#423B8F
(66,59,143)
#3A347E
(58,52,126)
#322D6D
(50,45,109)
#2A265C
(42,38,92)
#221F4B
(34,31,75)
#1A183A
(26,24,58)
#121129
(18,17,41)
#0A0A18
(10,10,24)
#000000
(0,0,0)

Tints of #5A50C2

#5A50C2
(90,80,194)
#695FC7
(105,95,199)
#786ECC
(120,110,204)
#877DD1
(135,125,209)
#968CD6
(150,140,214)
#A59BDB
(165,155,219)
#B4AAE0
(180,170,224)
#C3B9E5
(195,185,229)
#D2C8EA
(210,200,234)
#E1D7EF
(225,215,239)
#F0E6F4
(240,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A50C2 color. Also use rgb(90,80,194) instead hex code.

Text Font Color

.myTextColor { color: #5A50C2; }

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

This text font color is #5A50C2.

Background Color

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

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

This div background color is #5A50C2.

Border color

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

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

This div border color is #5A50C2.

Opacity

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

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

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

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

This text has shadow with #5A50C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A50C2.

Preview

Color preview on black background

This text has color #5A50C2 on black background.


Color preview on white background

This text has color #5A50C2 on white background.


Black color preview on #5A50C2 background

This text has black color on #5A50C2 background.


White color preview on #5A50C2 background

This text has white color on #5A50C2 background.


Related colors

Complementary color

Complementary color for #hex is #A5AF3D.


I love getcolorcode.com

Triadic colors

1 #C25A50 and #50C25A with #5A50C2 are triadic colors.

2 #C2505A and #505AC2 with #5A50C2 are triadic colors.