COLOR #5436A2

HEX: #5436A2
RGB: (84,54,162)

Color info

#5436A2 contains mainly blue color. Web safe color of #5436A2 is #663399 (or #639).

RGB color model

#5436A2 color RGB value is (84,54,162).

  • red value is 84;
  • green value is 54;
  • blue value is 162.
RGB:
(84,54,162)
(33%,21%,64%)

RGB channels and saturation

R 84 of 255 = 33%
G 54 of 255 = 21%
B 162 of 255 = 64%

84
54
162

R + G + B ~ 39%. #5436A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 54 + 162 = 300 (100%)
R 84 of 300 ~ 28%
G 54 of 300 ~ 18%
B 162 of 300 ~ 54%

%28
%18
%54

CMYK color model

#5436A2 color CMYK value is (48,67,0,36).

  • cyan value is 48.15%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(48,67,0,36)
C48M67Y0K36 
(48%,67%,0%,36%)
(0.48/0.67/0.00/0.36)	

CMYK percentages

%48.15
%66.67
%0
%36.47

Codes

Color #5436A2 in popluar color models

5436A2
RGB8454162
HSL257°50.00%42.35%
HSB/HSV257°66.67%63.53%
CMYK48.15%66.67%0.00%
36.47%

Color #5436A2 in popluar number systems.

HEX5436A2
Decimal8454162
Binary101010011011010100010
Octal12466242

Shades and tints

Shades of #5436A2

#5436A2
(84,54,162)
#4D3294
(77,50,148)
#462E86
(70,46,134)
#3F2A78
(63,42,120)
#38266A
(56,38,106)
#31225C
(49,34,92)
#2A1E4E
(42,30,78)
#231A40
(35,26,64)
#1C1632
(28,22,50)
#151224
(21,18,36)
#0E0E16
(14,14,22)
#000000
(0,0,0)

Tints of #5436A2

#5436A2
(84,54,162)
#6348AA
(99,72,170)
#725AB2
(114,90,178)
#816CBA
(129,108,186)
#907EC2
(144,126,194)
#9F90CA
(159,144,202)
#AEA2D2
(174,162,210)
#BDB4DA
(189,180,218)
#CCC6E2
(204,198,226)
#DBD8EA
(219,216,234)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5436A2 color. Also use rgb(84,54,162) instead hex code.

Text Font Color

.myTextColor { color: #5436A2; }

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

This text font color is #5436A2.


Background Color

.myBgColor { background-color: #5436A2; }

<div style="background-color:#5436A2">Inner text</div>

This div background color is #5436A2.


Border color

.myBorderColor { border: 1px solid #5436A2; }

<div style="border:3px solid #5436A2">Div</div>

This div border color is #5436A2.


Opacity

.myOpacity80 { color: #5436A2; opacity: 0.8; }

<p style="color:#5436A2;opacity:0.8;">80%</p>

Text with #5436A2 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 #5436A2;}

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

This text has shadow with #5436A2 color.

.textShadow {text-shadow: 3px 3px 1px #5436A2, 3px 3px 1px red;}

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

This text has shadow with #5436A2 primary color and red secondary color.


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

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

This text has shadow with #5436A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5436A2 on black background.


Color preview on white background

This text has color #5436A2 on white background.



Black color preview on #5436A2 background

This text has black color on #5436A2 background.


White color preview on #5436A2 background

This text has white color on #5436A2 background.