COLOR #533991

HEX: #533991
RGB: (83,57,145)

Color info

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

RGB color model

#533991 color RGB value is (83,57,145).

  • red value is 83;
  • green value is 57;
  • blue value is 145.
RGB:
(83,57,145)
(33%,22%,57%)

RGB channels and saturation

R 83 of 255 = 33%
G 57 of 255 = 22%
B 145 of 255 = 57%

83
57
145

R + G + B ~ 37%. #533991 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 57 + 145 = 285 (100%)
R 83 of 285 ~ 29.12%
G 57 of 285 ~ 20%
B 145 of 285 ~ 50.88%

%29.12
%20
%50.88

CMYK color model

#533991 color CMYK value is (43,61,0,43).

  • cyan value is 42.76%
  • magenta value is 60.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(43,61,0,43)
C43M61Y0K43 
(43%,61%,0%,43%)
(0.43/0.61/0.00/0.43)	

CMYK percentages

%42.76
%60.69
%0
%43.14

Codes

Color #533991 in popluar color models

533991
RGB8357145
HSL258°43.56%39.61%
HSB/HSV258°60.69%56.86%
CMYK42.76%60.69%0.00%
43.14%

Color #533991 in popluar number systems.

HEX533991
Decimal8357145
Binary101001111100110010001
Octal12371221

Shades and tints

Shades of #533991

#533991
(83,57,145)
#4C3484
(76,52,132)
#452F77
(69,47,119)
#3E2A6A
(62,42,106)
#37255D
(55,37,93)
#302050
(48,32,80)
#291B43
(41,27,67)
#221636
(34,22,54)
#1B1129
(27,17,41)
#140C1C
(20,12,28)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #533991

#533991
(83,57,145)
#624B9B
(98,75,155)
#715DA5
(113,93,165)
#806FAF
(128,111,175)
#8F81B9
(143,129,185)
#9E93C3
(158,147,195)
#ADA5CD
(173,165,205)
#BCB7D7
(188,183,215)
#CBC9E1
(203,201,225)
#DADBEB
(218,219,235)
#E9EDF5
(233,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533991 color. Also use rgb(83,57,145) instead hex code.

Text Font Color

.myTextColor { color: #533991; }

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

This text font color is #533991.


Background Color

.myBgColor { background-color: #533991; }

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

This div background color is #533991.


Border color

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

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

This div border color is #533991.


Opacity

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

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

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

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

This text has shadow with #533991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533991 on black background.


Color preview on white background

This text has color #533991 on white background.



Black color preview on #533991 background

This text has black color on #533991 background.


White color preview on #533991 background

This text has white color on #533991 background.