COLOR #533555

HEX: #533555
RGB: (83,53,85)

Color info

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

RGB color model

#533555 color RGB value is (83,53,85).

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

RGB channels and saturation

R 83 of 255 = 33%
G 53 of 255 = 21%
B 85 of 255 = 33%

83
53
85

R + G + B ~ 29%. #533555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 85 = 221 (100%)
R 83 of 221 ~ 37.56%
G 53 of 221 ~ 23.98%
B 85 of 221 ~ 38.46%

%37.56
%23.98
%38.46

CMYK color model

#533555 color CMYK value is (2,38,0,67).

  • cyan value is 2.35%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(2,38,0,67)
C2M38Y0K67 
(2%,38%,0%,67%)
(0.02/0.38/0.00/0.67)	

CMYK percentages

%2.35
%37.65
%0
%66.67

Codes

Color #533555 in popluar color models

533555
RGB835385
HSL296°23.19%27.06%
HSB/HSV296°37.65%33.33%
CMYK2.35%37.65%0.00%
66.67%

Color #533555 in popluar number systems.

HEX533555
Decimal835385
Binary10100111101011010101
Octal12365125

Shades and tints

Shades of #533555

#533555
(83,53,85)
#4C314E
(76,49,78)
#452D47
(69,45,71)
#3E2940
(62,41,64)
#372539
(55,37,57)
#302132
(48,33,50)
#291D2B
(41,29,43)
#221924
(34,25,36)
#1B151D
(27,21,29)
#141116
(20,17,22)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #533555

#533555
(83,53,85)
#624764
(98,71,100)
#715973
(113,89,115)
#806B82
(128,107,130)
#8F7D91
(143,125,145)
#9E8FA0
(158,143,160)
#ADA1AF
(173,161,175)
#BCB3BE
(188,179,190)
#CBC5CD
(203,197,205)
#DAD7DC
(218,215,220)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533555; }

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

This text font color is #533555.


Background Color

.myBgColor { background-color: #533555; }

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

This div background color is #533555.


Border color

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

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

This div border color is #533555.


Opacity

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

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

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

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

This text has shadow with #533555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533555 on black background.


Color preview on white background

This text has color #533555 on white background.



Black color preview on #533555 background

This text has black color on #533555 background.


White color preview on #533555 background

This text has white color on #533555 background.