COLOR #5A358B

HEX: #5A358B RGB: (90,53,139)

Color info

#5A358B contains mainly red and blue colors. Web safe color of #5A358B is #663399 (or #639).

RGB color model

#5A358B color RGB value is (90,53,139).

RGB: (90,53,139) (35%, 21%, 55%)

RGB channels and saturation

R 90 of 255 = 35%
G 53 of 255 = 21%
B 139 of 255 = 55%

90
53
139

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

Portions of RGB colors in percentages

R + G + B = 90 + 53 + 139 = 282 (100%)
R 90 of 282 ~ 31.91%
G 53 of 282 ~ 18.79%
B 139 of 282 ~ 49.29'%

%31.91
%18.79
%49.29

CMYK color model

#5A358B color CMYK value is (35,62,0,45).

  • cyan value is 35.25%
  • magenta value is 61.87%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (35,62,0,45) C35M62Y0K45 (35%,62%,0%,45%) (0.35/0.62/0.00/0.45) 

CMYK percentages

%35.25
%61.87
%0
%45.49

Codes

Color #5A358B in popluar color models

5A 35 8B
RGB 90 53 139
HSL 266° 44.79% 37.65%
HSB/HSV 266° 61.87% 54.51%
CMYK 35.25% 61.87% 0.00%
45.49%

Color #5A358B in popluar number systems.

HEX 5A 35 8B
Decimal 90 53 139
Binary 1011010 110101 10001011
Octal 132 65 213

Shades and tints

Shades of #5A358B

#5A358B
(90,53,139)
#52317F
(82,49,127)
#4A2D73
(74,45,115)
#422967
(66,41,103)
#3A255B
(58,37,91)
#32214F
(50,33,79)
#2A1D43
(42,29,67)
#221937
(34,25,55)
#1A152B
(26,21,43)
#12111F
(18,17,31)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #5A358B

#5A358B
(90,53,139)
#694795
(105,71,149)
#78599F
(120,89,159)
#876BA9
(135,107,169)
#967DB3
(150,125,179)
#A58FBD
(165,143,189)
#B4A1C7
(180,161,199)
#C3B3D1
(195,179,209)
#D2C5DB
(210,197,219)
#E1D7E5
(225,215,229)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A358B color. Also use rgb(90,53,139) instead hex code.

Text Font Color

.myTextColor { color: #5A358B; }

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

This text font color is #5A358B.

Background Color

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

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

This div background color is #5A358B.

Border color

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

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

This div border color is #5A358B.

Opacity

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

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

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

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

This text has shadow with #5A358B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A358B.

Preview

Color preview on black background

This text has color #5A358B on black background.


Color preview on white background

This text has color #5A358B on white background.


Black color preview on #5A358B background

This text has black color on #5A358B background.


White color preview on #5A358B background

This text has white color on #5A358B background.


Related colors

Complementary color

Complementary color for #hex is #A5CA74.


I love getcolorcode.com

Triadic colors

1 #8B5A35 and #358B5A with #5A358B are triadic colors.

2 #8B355A and #355A8B with #5A358B are triadic colors.