COLOR #5353AF

HEX: #5353AF RGB: (83,83,175)

Color info

#5353AF contains mainly blue color. Web safe color of #5353AF is #666699 (or #669).

RGB color model

#5353AF color RGB value is (83,83,175).

RGB: (83,83,175) (33%, 33%, 69%)

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 175 of 255 = 69%

83
83
175

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

Portions of RGB colors in percentages

R + G + B = 83 + 83 + 175 = 341 (100%)
R 83 of 341 ~ 24.34%
G 83 of 341 ~ 24.34%
B 175 of 341 ~ 51.32'%

%24.34
%24.34
%51.32

CMYK color model

#5353AF color CMYK value is (53,53,0,31).

  • cyan value is 52.57%
  • magenta value is 52.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (53,53,0,31)
C53M53Y0K31 (53%, 53%, 0%, 31%)
(0.53 / 0.53 / 0.00 / 0.31)

CMYK percentages

%52.57
%52.57
%0
%31.37

Codes

Color #5353AF in popluar color models

53 53 AF
RGB 83 83 175
HSL 240° 36.51% 50.59%
HSB/HSV 240° 52.57% 68.63%
CMYK 52.57% 52.57% 0.00%
31.37%

Color #5353AF in popluar number systems.

HEX 53 53 AF
Decimal 83 83 175
Binary 1010011 1010011 10101111
Octal 123 123 257

Shades and tints

Shades of #5353AF

#5353AF
(83,83,175)
#4C4CA0
(76,76,160)
#454591
(69,69,145)
#3E3E82
(62,62,130)
#373773
(55,55,115)
#303064
(48,48,100)
#292955
(41,41,85)
#222246
(34,34,70)
#1B1B37
(27,27,55)
#141428
(20,20,40)
#0D0D19
(13,13,25)
#000000
(0,0,0)

Tints of #5353AF

#5353AF
(83,83,175)
#6262B6
(98,98,182)
#7171BD
(113,113,189)
#8080C4
(128,128,196)
#8F8FCB
(143,143,203)
#9E9ED2
(158,158,210)
#ADADD9
(173,173,217)
#BCBCE0
(188,188,224)
#CBCBE7
(203,203,231)
#DADAEE
(218,218,238)
#E9E9F5
(233,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5353AF color. Also use rgb(83,83,175) instead hex code.

Text Font Color

.myTextColor { color: #5353AF; }

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

This text font color is #5353AF.

Background Color

.myBgColor { background-color: #5353AF; }

<div style="background-color:#5353AF">Inner text</div>

This div background color is #5353AF.

Border color

.myBorderColor { border: 1px solid #5353AF; }

<div style="border:3px solid #5353AF">Div</div>

This div border color is #5353AF.

Opacity

.myOpacity80 { color: #5353AF; opacity: 0.8; }

<p style="color:#5353AF;opacity:0.8;">80%</p>

Text with #5353AF 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 #5353AF;}

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

This text has shadow with #5353AF color.


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

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

This text has shadow with #5353AF primary color and red secondary color.


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

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

This text has shadow with #5353AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5353AF.

Preview

Color preview on black background

This text has color #5353AF on black background.


Color preview on white background

This text has color #5353AF on white background.


Black color preview on #5353AF background

This text has black color on #5353AF background.


White color preview on #5353AF background

This text has white color on #5353AF background.


Related colors

Complementary color

Complementary color for #hex is #ACAC50.


I love getcolorcode.com