COLOR #5253AB

HEX: #5253AB
RGB: (82,83,171)

Color info

#5253AB contains mainly blue color. Web safe color of #5253AB is #666699 (or #669).

RGB color model

#5253AB color RGB value is (82,83,171).

  • red value is 82;
  • green value is 83;
  • blue value is 171.
RGB:
(82,83,171)
(32%,33%,67%)

RGB channels and saturation

R 82 of 255 = 32%
G 83 of 255 = 33%
B 171 of 255 = 67%

82
83
171

R + G + B ~ 44%. #5253AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 83 + 171 = 336 (100%)
R 82 of 336 ~ 24.4%
G 83 of 336 ~ 24.7%
B 171 of 336 ~ 50.89%

%24.4
%24.7
%50.89

CMYK color model

#5253AB color CMYK value is (52,51,0,33).

  • cyan value is 52.05%
  • magenta value is 51.46%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(52,51,0,33)
C52M51Y0K33 
(52%,51%,0%,33%)
(0.52/0.51/0.00/0.33)	

CMYK percentages

%52.05
%51.46
%0
%32.94

Codes

Color #5253AB in popluar color models

5253AB
RGB8283171
HSL239°35.18%49.61%
HSB/HSV239°52.05%67.06%
CMYK52.05%51.46%0.00%
32.94%

Color #5253AB in popluar number systems.

HEX5253AB
Decimal8283171
Binary1010010101001110101011
Octal122123253

Shades and tints

Shades of #5253AB

#5253AB
(82,83,171)
#4B4C9C
(75,76,156)
#44458D
(68,69,141)
#3D3E7E
(61,62,126)
#36376F
(54,55,111)
#2F3060
(47,48,96)
#282951
(40,41,81)
#212242
(33,34,66)
#1A1B33
(26,27,51)
#131424
(19,20,36)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #5253AB

#5253AB
(82,83,171)
#6162B2
(97,98,178)
#7071B9
(112,113,185)
#7F80C0
(127,128,192)
#8E8FC7
(142,143,199)
#9D9ECE
(157,158,206)
#ACADD5
(172,173,213)
#BBBCDC
(187,188,220)
#CACBE3
(202,203,227)
#D9DAEA
(217,218,234)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5253AB color. Also use rgb(82,83,171) instead hex code.

Text Font Color

.myTextColor { color: #5253AB; }

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

This text font color is #5253AB.


Background Color

.myBgColor { background-color: #5253AB; }

<div style="background-color:#5253AB">Inner text</div>

This div background color is #5253AB.


Border color

.myBorderColor { border: 1px solid #5253AB; }

<div style="border:3px solid #5253AB">Div</div>

This div border color is #5253AB.


Opacity

.myOpacity80 { color: #5253AB; opacity: 0.8; }

<p style="color:#5253AB;opacity:0.8;">80%</p>

Text with #5253AB 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 #5253AB;}

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

This text has shadow with #5253AB color.

.textShadow {text-shadow: 3px 3px 1px #5253AB, 3px 3px 1px red;}

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

This text has shadow with #5253AB primary color and red secondary color.


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

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

This text has shadow with #5253AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5253AB on black background.


Color preview on white background

This text has color #5253AB on white background.



Black color preview on #5253AB background

This text has black color on #5253AB background.


White color preview on #5253AB background

This text has white color on #5253AB background.