COLOR #533DBA

HEX: #533DBA
RGB: (83,61,186)

Color info

#533DBA contains mainly blue color. Web safe color of #533DBA is #6633CC (or #63C).

RGB color model

#533DBA color RGB value is (83,61,186).

  • red value is 83;
  • green value is 61;
  • blue value is 186.
RGB:
(83,61,186)
(33%,24%,73%)

RGB channels and saturation

R 83 of 255 = 33%
G 61 of 255 = 24%
B 186 of 255 = 73%

83
61
186

R + G + B ~ 43%. #533DBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 186 = 330 (100%)
R 83 of 330 ~ 25.15%
G 61 of 330 ~ 18.48%
B 186 of 330 ~ 56.36%

%25.15
%18.48
%56.36

CMYK color model

#533DBA color CMYK value is (55,67,0,27).

  • cyan value is 55.38%
  • magenta value is 67.20%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(55,67,0,27)
C55M67Y0K27 
(55%,67%,0%,27%)
(0.55/0.67/0.00/0.27)	

CMYK percentages

%55.38
%67.2
%0
%27.06

Codes

Color #533DBA in popluar color models

533DBA
RGB8361186
HSL251°50.61%48.43%
HSB/HSV251°67.20%72.94%
CMYK55.38%67.20%0.00%
27.06%

Color #533DBA in popluar number systems.

HEX533DBA
Decimal8361186
Binary101001111110110111010
Octal12375272

Shades and tints

Shades of #533DBA

#533DBA
(83,61,186)
#4C38AA
(76,56,170)
#45339A
(69,51,154)
#3E2E8A
(62,46,138)
#37297A
(55,41,122)
#30246A
(48,36,106)
#291F5A
(41,31,90)
#221A4A
(34,26,74)
#1B153A
(27,21,58)
#14102A
(20,16,42)
#0D0B1A
(13,11,26)
#000000
(0,0,0)

Tints of #533DBA

#533DBA
(83,61,186)
#624EC0
(98,78,192)
#715FC6
(113,95,198)
#8070CC
(128,112,204)
#8F81D2
(143,129,210)
#9E92D8
(158,146,216)
#ADA3DE
(173,163,222)
#BCB4E4
(188,180,228)
#CBC5EA
(203,197,234)
#DAD6F0
(218,214,240)
#E9E7F6
(233,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533DBA color. Also use rgb(83,61,186) instead hex code.

Text Font Color

.myTextColor { color: #533DBA; }

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

This text font color is #533DBA.


Background Color

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

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

This div background color is #533DBA.


Border color

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

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

This div border color is #533DBA.


Opacity

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

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

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

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

This text has shadow with #533DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533DBA on black background.


Color preview on white background

This text has color #533DBA on white background.



Black color preview on #533DBA background

This text has black color on #533DBA background.


White color preview on #533DBA background

This text has white color on #533DBA background.