COLOR #535DD0

HEX: #535DD0 RGB: (83,93,208)

Color info

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

RGB color model

#535DD0 color RGB value is (83,93,208).

RGB: (83,93,208) (33%, 36%, 82%)

RGB channels and saturation

R 83 of 255 = 33%
G 93 of 255 = 36%
B 208 of 255 = 82%

83
93
208

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

Portions of RGB colors in percentages

R + G + B = 83 + 93 + 208 = 384 (100%)
R 83 of 384 ~ 21.61%
G 93 of 384 ~ 24.22%
B 208 of 384 ~ 54.17'%

%21.61
%24.22
%54.17

CMYK color model

#535DD0 color CMYK value is (60,55,0,18).

  • cyan value is 60.10%
  • magenta value is 55.29%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (60,55,0,18)
C60M55Y0K18 (60%, 55%, 0%, 18%)
(0.60 / 0.55 / 0.00 / 0.18)

CMYK percentages

%60.1
%55.29
%0
%18.43

Codes

Color #535DD0 in popluar color models

53 5D D0
RGB 83 93 208
HSL 235° 57.08% 57.06%
HSB/HSV 235° 60.10% 81.57%
CMYK 60.10% 55.29% 0.00%
18.43%

Color #535DD0 in popluar number systems.

HEX 53 5D D0
Decimal 83 93 208
Binary 1010011 1011101 11010000
Octal 123 135 320

Shades and tints

Shades of #535DD0

#535DD0
(83,93,208)
#4C55BE
(76,85,190)
#454DAC
(69,77,172)
#3E459A
(62,69,154)
#373D88
(55,61,136)
#303576
(48,53,118)
#292D64
(41,45,100)
#222552
(34,37,82)
#1B1D40
(27,29,64)
#14152E
(20,21,46)
#0D0D1C
(13,13,28)
#000000
(0,0,0)

Tints of #535DD0

#535DD0
(83,93,208)
#626BD4
(98,107,212)
#7179D8
(113,121,216)
#8087DC
(128,135,220)
#8F95E0
(143,149,224)
#9EA3E4
(158,163,228)
#ADB1E8
(173,177,232)
#BCBFEC
(188,191,236)
#CBCDF0
(203,205,240)
#DADBF4
(218,219,244)
#E9E9F8
(233,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535DD0 color. Also use rgb(83,93,208) instead hex code.

Text Font Color

.myTextColor { color: #535DD0; }

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

This text font color is #535DD0.

Background Color

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

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

This div background color is #535DD0.

Border color

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

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

This div border color is #535DD0.

Opacity

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

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

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

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

This text has shadow with #535DD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535DD0.

Preview

Color preview on black background

This text has color #535DD0 on black background.


Color preview on white background

This text has color #535DD0 on white background.


Black color preview on #535DD0 background

This text has black color on #535DD0 background.


White color preview on #535DD0 background

This text has white color on #535DD0 background.


Related colors

Complementary color

Complementary color for #hex is #ACA22F.


I love getcolorcode.com

Triadic colors

1 #D0535D and #5DD053 with #535DD0 are triadic colors.

2 #D05D53 and #5D53D0 with #535DD0 are triadic colors.