COLOR #535BAD

HEX: #535BAD
RGB: (83,91,173)

Color info

#535BAD contains mainly blue color. Web safe color of #535BAD is #666699 (or #669).

RGB color model

#535BAD color RGB value is (83,91,173).

  • red value is 83;
  • green value is 91;
  • blue value is 173.
RGB:
(83,91,173)
(33%,36%,68%)

RGB channels and saturation

R 83 of 255 = 33%
G 91 of 255 = 36%
B 173 of 255 = 68%

83
91
173

R + G + B ~ 46%. #535BAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 91 + 173 = 347 (100%)
R 83 of 347 ~ 23.92%
G 91 of 347 ~ 26.22%
B 173 of 347 ~ 49.86%

%23.92
%26.22
%49.86

CMYK color model

#535BAD color CMYK value is (52,47,0,32).

  • cyan value is 52.02%
  • magenta value is 47.40%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(52,47,0,32)
C52M47Y0K32 
(52%,47%,0%,32%)
(0.52/0.47/0.00/0.32)	

CMYK percentages

%52.02
%47.4
%0
%32.16

Codes

Color #535BAD in popluar color models

535BAD
RGB8391173
HSL235°35.43%50.20%
HSB/HSV235°52.02%67.84%
CMYK52.02%47.40%0.00%
32.16%

Color #535BAD in popluar number systems.

HEX535BAD
Decimal8391173
Binary1010011101101110101101
Octal123133255

Shades and tints

Shades of #535BAD

#535BAD
(83,91,173)
#4C539E
(76,83,158)
#454B8F
(69,75,143)
#3E4380
(62,67,128)
#373B71
(55,59,113)
#303362
(48,51,98)
#292B53
(41,43,83)
#222344
(34,35,68)
#1B1B35
(27,27,53)
#141326
(20,19,38)
#0D0B17
(13,11,23)
#000000
(0,0,0)

Tints of #535BAD

#535BAD
(83,91,173)
#6269B4
(98,105,180)
#7177BB
(113,119,187)
#8085C2
(128,133,194)
#8F93C9
(143,147,201)
#9EA1D0
(158,161,208)
#ADAFD7
(173,175,215)
#BCBDDE
(188,189,222)
#CBCBE5
(203,203,229)
#DAD9EC
(218,217,236)
#E9E7F3
(233,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535BAD color. Also use rgb(83,91,173) instead hex code.

Text Font Color

.myTextColor { color: #535BAD; }

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

This text font color is #535BAD.


Background Color

.myBgColor { background-color: #535BAD; }

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

This div background color is #535BAD.


Border color

.myBorderColor { border: 1px solid #535BAD; }

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

This div border color is #535BAD.


Opacity

.myOpacity80 { color: #535BAD; opacity: 0.8; }

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

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

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

This text has shadow with #535BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535BAD on black background.


Color preview on white background

This text has color #535BAD on white background.



Black color preview on #535BAD background

This text has black color on #535BAD background.


White color preview on #535BAD background

This text has white color on #535BAD background.