COLOR #533579

HEX: #533579
RGB: (83,53,121)

Color info

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

RGB color model

#533579 color RGB value is (83,53,121).

  • red value is 83;
  • green value is 53;
  • blue value is 121.
RGB:
(83,53,121)
(33%,21%,47%)

RGB channels and saturation

R 83 of 255 = 33%
G 53 of 255 = 21%
B 121 of 255 = 47%

83
53
121

R + G + B ~ 34%. #533579 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 121 = 257 (100%)
R 83 of 257 ~ 32.3%
G 53 of 257 ~ 20.62%
B 121 of 257 ~ 47.08%

%32.3
%20.62
%47.08

CMYK color model

#533579 color CMYK value is (31,56,0,53).

  • cyan value is 31.40%
  • magenta value is 56.20%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(31,56,0,53)
C31M56Y0K53 
(31%,56%,0%,53%)
(0.31/0.56/0.00/0.53)	

CMYK percentages

%31.4
%56.2
%0
%52.55

Codes

Color #533579 in popluar color models

533579
RGB8353121
HSL266°39.08%34.12%
HSB/HSV266°56.20%47.45%
CMYK31.40%56.20%0.00%
52.55%

Color #533579 in popluar number systems.

HEX533579
Decimal8353121
Binary10100111101011111001
Octal12365171

Shades and tints

Shades of #533579

#533579
(83,53,121)
#4C316E
(76,49,110)
#452D63
(69,45,99)
#3E2958
(62,41,88)
#37254D
(55,37,77)
#302142
(48,33,66)
#291D37
(41,29,55)
#22192C
(34,25,44)
#1B1521
(27,21,33)
#141116
(20,17,22)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #533579

#533579
(83,53,121)
#624785
(98,71,133)
#715991
(113,89,145)
#806B9D
(128,107,157)
#8F7DA9
(143,125,169)
#9E8FB5
(158,143,181)
#ADA1C1
(173,161,193)
#BCB3CD
(188,179,205)
#CBC5D9
(203,197,217)
#DAD7E5
(218,215,229)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533579 color. Also use rgb(83,53,121) instead hex code.

Text Font Color

.myTextColor { color: #533579; }

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

This text font color is #533579.


Background Color

.myBgColor { background-color: #533579; }

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

This div background color is #533579.


Border color

.myBorderColor { border: 1px solid #533579; }

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

This div border color is #533579.


Opacity

.myOpacity80 { color: #533579; opacity: 0.8; }

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

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

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

This text has shadow with #533579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533579 on black background.


Color preview on white background

This text has color #533579 on white background.



Black color preview on #533579 background

This text has black color on #533579 background.


White color preview on #533579 background

This text has white color on #533579 background.