COLOR #533564

HEX: #533564
RGB: (83,53,100)

Color info

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

RGB color model

#533564 color RGB value is (83,53,100).

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

RGB channels and saturation

R 83 of 255 = 33%
G 53 of 255 = 21%
B 100 of 255 = 39%

83
53
100

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

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 100 = 236 (100%)
R 83 of 236 ~ 35.17%
G 53 of 236 ~ 22.46%
B 100 of 236 ~ 42.37%

%35.17
%22.46
%42.37

CMYK color model

#533564 color CMYK value is (17,47,0,61).

  • cyan value is 17.00%
  • magenta value is 47.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(17,47,0,61)
C17M47Y0K61 
(17%,47%,0%,61%)
(0.17/0.47/0.00/0.61)	

CMYK percentages

%17
%47
%0
%60.78

Codes

Color #533564 in popluar color models

533564
RGB8353100
HSL278°30.72%30.00%
HSB/HSV278°47.00%39.22%
CMYK17.00%47.00%0.00%
60.78%

Color #533564 in popluar number systems.

HEX533564
Decimal8353100
Binary10100111101011100100
Octal12365144

Shades and tints

Shades of #533564

#533564
(83,53,100)
#4C315B
(76,49,91)
#452D52
(69,45,82)
#3E2949
(62,41,73)
#372540
(55,37,64)
#302137
(48,33,55)
#291D2E
(41,29,46)
#221925
(34,25,37)
#1B151C
(27,21,28)
#141113
(20,17,19)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #533564

#533564
(83,53,100)
#624772
(98,71,114)
#715980
(113,89,128)
#806B8E
(128,107,142)
#8F7D9C
(143,125,156)
#9E8FAA
(158,143,170)
#ADA1B8
(173,161,184)
#BCB3C6
(188,179,198)
#CBC5D4
(203,197,212)
#DAD7E2
(218,215,226)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533564; }

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

This text font color is #533564.


Background Color

.myBgColor { background-color: #533564; }

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

This div background color is #533564.


Border color

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

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

This div border color is #533564.


Opacity

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

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

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

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

This text has shadow with #533564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533564 on black background.


Color preview on white background

This text has color #533564 on white background.



Black color preview on #533564 background

This text has black color on #533564 background.


White color preview on #533564 background

This text has white color on #533564 background.