COLOR #535DA9

HEX: #535DA9 RGB: (83,93,169)

Color info

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

RGB color model

#535DA9 color RGB value is (83,93,169).

RGB: (83,93,169) (33%, 36%, 66%)

RGB channels and saturation

R 83 of 255 = 33%
G 93 of 255 = 36%
B 169 of 255 = 66%

83
93
169

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

Portions of RGB colors in percentages

R + G + B = 83 + 93 + 169 = 345 (100%)
R 83 of 345 ~ 24.06%
G 93 of 345 ~ 26.96%
B 169 of 345 ~ 48.99'%

%24.06
%26.96
%48.99

CMYK color model

#535DA9 color CMYK value is (51,45,0,34).

  • cyan value is 50.89%
  • magenta value is 44.97%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (51,45,0,34)
C51M45Y0K34 (51%, 45%, 0%, 34%)
(0.51 / 0.45 / 0.00 / 0.34)

CMYK percentages

%50.89
%44.97
%0
%33.73

Codes

Color #535DA9 in popluar color models

53 5D A9
RGB 83 93 169
HSL 233° 34.13% 49.41%
HSB/HSV 233° 50.89% 66.27%
CMYK 50.89% 44.97% 0.00%
33.73%

Color #535DA9 in popluar number systems.

HEX 53 5D A9
Decimal 83 93 169
Binary 1010011 1011101 10101001
Octal 123 135 251

Shades and tints

Shades of #535DA9

#535DA9
(83,93,169)
#4C559A
(76,85,154)
#454D8B
(69,77,139)
#3E457C
(62,69,124)
#373D6D
(55,61,109)
#30355E
(48,53,94)
#292D4F
(41,45,79)
#222540
(34,37,64)
#1B1D31
(27,29,49)
#141522
(20,21,34)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #535DA9

#535DA9
(83,93,169)
#626BB0
(98,107,176)
#7179B7
(113,121,183)
#8087BE
(128,135,190)
#8F95C5
(143,149,197)
#9EA3CC
(158,163,204)
#ADB1D3
(173,177,211)
#BCBFDA
(188,191,218)
#CBCDE1
(203,205,225)
#DADBE8
(218,219,232)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535DA9; }

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

This text font color is #535DA9.

Background Color

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

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

This div background color is #535DA9.

Border color

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

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

This div border color is #535DA9.

Opacity

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

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

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

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

This text has shadow with #535DA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535DA9.

Preview

Color preview on black background

This text has color #535DA9 on black background.


Color preview on white background

This text has color #535DA9 on white background.


Black color preview on #535DA9 background

This text has black color on #535DA9 background.


White color preview on #535DA9 background

This text has white color on #535DA9 background.


Related colors

Complementary color

Complementary color for #hex is #ACA256.


I love getcolorcode.com

Triadic colors

1 #A9535D and #5DA953 with #535DA9 are triadic colors.

2 #A95D53 and #5D53A9 with #535DA9 are triadic colors.