COLOR #5A365D

HEX: #5A365D
RGB: (90,54,93)

Color info

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

RGB color model

#5A365D color RGB value is (90,54,93).

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

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 93 of 255 = 36%

90
54
93

R + G + B ~ 31%. #5A365D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 54 + 93 = 237 (100%)
R 90 of 237 ~ 37.97%
G 54 of 237 ~ 22.78%
B 93 of 237 ~ 39.24%

%37.97
%22.78
%39.24

CMYK color model

#5A365D color CMYK value is (3,42,0,64).

  • cyan value is 3.23%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(3,42,0,64)
C3M42Y0K64 
(3%,42%,0%,64%)
(0.03/0.42/0.00/0.64)	

CMYK percentages

%3.23
%41.94
%0
%63.53

Codes

Color #5A365D in popluar color models

5A365D
RGB905493
HSL295°26.53%28.82%
HSB/HSV295°41.94%36.47%
CMYK3.23%41.94%0.00%
63.53%

Color #5A365D in popluar number systems.

HEX5A365D
Decimal905493
Binary10110101101101011101
Octal13266135

Shades and tints

Shades of #5A365D

#5A365D
(90,54,93)
#523255
(82,50,85)
#4A2E4D
(74,46,77)
#422A45
(66,42,69)
#3A263D
(58,38,61)
#322235
(50,34,53)
#2A1E2D
(42,30,45)
#221A25
(34,26,37)
#1A161D
(26,22,29)
#121215
(18,18,21)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #5A365D

#5A365D
(90,54,93)
#69486B
(105,72,107)
#785A79
(120,90,121)
#876C87
(135,108,135)
#967E95
(150,126,149)
#A590A3
(165,144,163)
#B4A2B1
(180,162,177)
#C3B4BF
(195,180,191)
#D2C6CD
(210,198,205)
#E1D8DB
(225,216,219)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A365D; }

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

This text font color is #5A365D.


Background Color

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

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

This div background color is #5A365D.


Border color

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

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

This div border color is #5A365D.


Opacity

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

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

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

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

This text has shadow with #5A365D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A365D on black background.


Color preview on white background

This text has color #5A365D on white background.



Black color preview on #5A365D background

This text has black color on #5A365D background.


White color preview on #5A365D background

This text has white color on #5A365D background.