COLOR #533C85

HEX: #533C85
RGB: (83,60,133)

Color info

#533C85 contains mainly red and blue colors. Web safe color of #533C85 is #663399 (or #639).

RGB color model

#533C85 color RGB value is (83,60,133).

  • red value is 83;
  • green value is 60;
  • blue value is 133.
RGB:
(83,60,133)
(33%,24%,52%)

RGB channels and saturation

R 83 of 255 = 33%
G 60 of 255 = 24%
B 133 of 255 = 52%

83
60
133

R + G + B ~ 36%. #533C85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 60 + 133 = 276 (100%)
R 83 of 276 ~ 30.07%
G 60 of 276 ~ 21.74%
B 133 of 276 ~ 48.19%

%30.07
%21.74
%48.19

CMYK color model

#533C85 color CMYK value is (38,55,0,48).

  • cyan value is 37.59%
  • magenta value is 54.89%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(38,55,0,48)
C38M55Y0K48 
(38%,55%,0%,48%)
(0.38/0.55/0.00/0.48)	

CMYK percentages

%37.59
%54.89
%0
%47.84

Codes

Color #533C85 in popluar color models

533C85
RGB8360133
HSL259°37.82%37.84%
HSB/HSV259°54.89%52.16%
CMYK37.59%54.89%0.00%
47.84%

Color #533C85 in popluar number systems.

HEX533C85
Decimal8360133
Binary101001111110010000101
Octal12374205

Shades and tints

Shades of #533C85

#533C85
(83,60,133)
#4C3779
(76,55,121)
#45326D
(69,50,109)
#3E2D61
(62,45,97)
#372855
(55,40,85)
#302349
(48,35,73)
#291E3D
(41,30,61)
#221931
(34,25,49)
#1B1425
(27,20,37)
#140F19
(20,15,25)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #533C85

#533C85
(83,60,133)
#624D90
(98,77,144)
#715E9B
(113,94,155)
#806FA6
(128,111,166)
#8F80B1
(143,128,177)
#9E91BC
(158,145,188)
#ADA2C7
(173,162,199)
#BCB3D2
(188,179,210)
#CBC4DD
(203,196,221)
#DAD5E8
(218,213,232)
#E9E6F3
(233,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533C85 color. Also use rgb(83,60,133) instead hex code.

Text Font Color

.myTextColor { color: #533C85; }

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

This text font color is #533C85.


Background Color

.myBgColor { background-color: #533C85; }

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

This div background color is #533C85.


Border color

.myBorderColor { border: 1px solid #533C85; }

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

This div border color is #533C85.


Opacity

.myOpacity80 { color: #533C85; opacity: 0.8; }

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

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

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

This text has shadow with #533C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533C85 on black background.


Color preview on white background

This text has color #533C85 on white background.



Black color preview on #533C85 background

This text has black color on #533C85 background.


White color preview on #533C85 background

This text has white color on #533C85 background.