COLOR #5A367C

HEX: #5A367C
RGB: (90,54,124)

Color info

#5A367C contains mainly red and blue colors. Web safe color of #5A367C is #663366 (or #636).

RGB color model

#5A367C color RGB value is (90,54,124).

  • red value is 90;
  • green value is 54;
  • blue value is 124.
RGB:
(90,54,124)
(35%,21%,49%)

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 124 of 255 = 49%

90
54
124

R + G + B ~ 35%. #5A367C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 54 + 124 = 268 (100%)
R 90 of 268 ~ 33.58%
G 54 of 268 ~ 20.15%
B 124 of 268 ~ 46.27%

%33.58
%20.15
%46.27

CMYK color model

#5A367C color CMYK value is (27,56,0,51).

  • cyan value is 27.42%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(27,56,0,51)
C27M56Y0K51 
(27%,56%,0%,51%)
(0.27/0.56/0.00/0.51)	

CMYK percentages

%27.42
%56.45
%0
%51.37

Codes

Color #5A367C in popluar color models

5A367C
RGB9054124
HSL271°39.33%34.90%
HSB/HSV271°56.45%48.63%
CMYK27.42%56.45%0.00%
51.37%

Color #5A367C in popluar number systems.

HEX5A367C
Decimal9054124
Binary10110101101101111100
Octal13266174

Shades and tints

Shades of #5A367C

#5A367C
(90,54,124)
#523271
(82,50,113)
#4A2E66
(74,46,102)
#422A5B
(66,42,91)
#3A2650
(58,38,80)
#322245
(50,34,69)
#2A1E3A
(42,30,58)
#221A2F
(34,26,47)
#1A1624
(26,22,36)
#121219
(18,18,25)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #5A367C

#5A367C
(90,54,124)
#694887
(105,72,135)
#785A92
(120,90,146)
#876C9D
(135,108,157)
#967EA8
(150,126,168)
#A590B3
(165,144,179)
#B4A2BE
(180,162,190)
#C3B4C9
(195,180,201)
#D2C6D4
(210,198,212)
#E1D8DF
(225,216,223)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A367C color. Also use rgb(90,54,124) instead hex code.

Text Font Color

.myTextColor { color: #5A367C; }

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

This text font color is #5A367C.


Background Color

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

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

This div background color is #5A367C.


Border color

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

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

This div border color is #5A367C.


Opacity

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

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

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

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

This text has shadow with #5A367C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A367C on black background.


Color preview on white background

This text has color #5A367C on white background.



Black color preview on #5A367C background

This text has black color on #5A367C background.


White color preview on #5A367C background

This text has white color on #5A367C background.