COLOR #5A366F

HEX: #5A366F RGB: (90,54,111)

Color info

#5A366F contains red, green and blue colors in about the same proportion. Web safe color of #5A366F is #663366 (or #636).

RGB color model

#5A366F color RGB value is (90,54,111).

RGB: (90,54,111) (35%, 21%, 44%)

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 111 of 255 = 44%

90
54
111

R + G + B ~ 33%. #5A366F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 54 + 111 = 255 (100%)
R 90 of 255 ~ 35.29%
G 54 of 255 ~ 21.18%
B 111 of 255 ~ 43.53'%

%35.29
%21.18
%43.53

CMYK color model

#5A366F color CMYK value is (19,51,0,56).

  • cyan value is 18.92%
  • magenta value is 51.35%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (19,51,0,56) C19M51Y0K56 (19%,51%,0%,56%) (0.19/0.51/0.00/0.56) 

CMYK percentages

%18.92
%51.35
%0
%56.47

Codes

Color #5A366F in popluar color models

5A 36 6F
RGB 90 54 111
HSL 278° 34.55% 32.35%
HSB/HSV 278° 51.35% 43.53%
CMYK 18.92% 51.35% 0.00%
56.47%

Color #5A366F in popluar number systems.

HEX 5A 36 6F
Decimal 90 54 111
Binary 1011010 110110 1101111
Octal 132 66 157

Shades and tints

Shades of #5A366F

#5A366F
(90,54,111)
#523265
(82,50,101)
#4A2E5B
(74,46,91)
#422A51
(66,42,81)
#3A2647
(58,38,71)
#32223D
(50,34,61)
#2A1E33
(42,30,51)
#221A29
(34,26,41)
#1A161F
(26,22,31)
#121215
(18,18,21)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #5A366F

#5A366F
(90,54,111)
#69487C
(105,72,124)
#785A89
(120,90,137)
#876C96
(135,108,150)
#967EA3
(150,126,163)
#A590B0
(165,144,176)
#B4A2BD
(180,162,189)
#C3B4CA
(195,180,202)
#D2C6D7
(210,198,215)
#E1D8E4
(225,216,228)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A366F; }

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

This text font color is #5A366F.

Background Color

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

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

This div background color is #5A366F.

Border color

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

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

This div border color is #5A366F.

Opacity

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

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

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

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

This text has shadow with #5A366F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A366F.

Preview

Color preview on black background

This text has color #5A366F on black background.


Color preview on white background

This text has color #5A366F on white background.


Black color preview on #5A366F background

This text has black color on #5A366F background.


White color preview on #5A366F background

This text has white color on #5A366F background.


Related colors

Complementary color

Complementary color for #hex is #A5C990.


I love getcolorcode.com

Triadic colors

1 #6F5A36 and #366F5A with #5A366F are triadic colors.

2 #6F365A and #365A6F with #5A366F are triadic colors.