COLOR #535AD1

HEX: #535AD1
RGB: (83,90,209)

Color info

#535AD1 contains mainly blue color. Web safe color of #535AD1 is #6666CC (or #66C).

RGB color model

#535AD1 color RGB value is (83,90,209).

  • red value is 83;
  • green value is 90;
  • blue value is 209.
RGB:
(83,90,209)
(33%,35%,82%)

RGB channels and saturation

R 83 of 255 = 33%
G 90 of 255 = 35%
B 209 of 255 = 82%

83
90
209

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

Portions of RGB colors in percentages

R + G + B =
83 + 90 + 209 = 382 (100%)
R 83 of 382 ~ 21.73%
G 90 of 382 ~ 23.56%
B 209 of 382 ~ 54.71%

%21.73
%23.56
%54.71

CMYK color model

#535AD1 color CMYK value is (60,57,0,18).

  • cyan value is 60.29%
  • magenta value is 56.94%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(60,57,0,18)
C60M57Y0K18 
(60%,57%,0%,18%)
(0.60/0.57/0.00/0.18)	

CMYK percentages

%60.29
%56.94
%0
%18.04

Codes

Color #535AD1 in popluar color models

535AD1
RGB8390209
HSL237°57.80%57.25%
HSB/HSV237°60.29%81.96%
CMYK60.29%56.94%0.00%
18.04%

Color #535AD1 in popluar number systems.

HEX535AD1
Decimal8390209
Binary1010011101101011010001
Octal123132321

Shades and tints

Shades of #535AD1

#535AD1
(83,90,209)
#4C52BE
(76,82,190)
#454AAB
(69,74,171)
#3E4298
(62,66,152)
#373A85
(55,58,133)
#303272
(48,50,114)
#292A5F
(41,42,95)
#22224C
(34,34,76)
#1B1A39
(27,26,57)
#141226
(20,18,38)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #535AD1

#535AD1
(83,90,209)
#6269D5
(98,105,213)
#7178D9
(113,120,217)
#8087DD
(128,135,221)
#8F96E1
(143,150,225)
#9EA5E5
(158,165,229)
#ADB4E9
(173,180,233)
#BCC3ED
(188,195,237)
#CBD2F1
(203,210,241)
#DAE1F5
(218,225,245)
#E9F0F9
(233,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535AD1 color. Also use rgb(83,90,209) instead hex code.

Text Font Color

.myTextColor { color: #535AD1; }

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

This text font color is #535AD1.


Background Color

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

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

This div background color is #535AD1.


Border color

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

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

This div border color is #535AD1.


Opacity

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

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

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

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

This text has shadow with #535AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535AD1 on black background.


Color preview on white background

This text has color #535AD1 on white background.



Black color preview on #535AD1 background

This text has black color on #535AD1 background.


White color preview on #535AD1 background

This text has white color on #535AD1 background.