COLOR #5265AB

HEX: #5265AB
RGB: (82,101,171)

Color info

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

RGB color model

#5265AB color RGB value is (82,101,171).

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

RGB channels and saturation

R 82 of 255 = 32%
G 101 of 255 = 40%
B 171 of 255 = 67%

82
101
171

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

Portions of RGB colors in percentages

R + G + B =
82 + 101 + 171 = 354 (100%)
R 82 of 354 ~ 23.16%
G 101 of 354 ~ 28.53%
B 171 of 354 ~ 48.31%

%23.16
%28.53
%48.31

CMYK color model

#5265AB color CMYK value is (52,41,0,33).

  • cyan value is 52.05%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(52,41,0,33)
C52M41Y0K33 
(52%,41%,0%,33%)
(0.52/0.41/0.00/0.33)	

CMYK percentages

%52.05
%40.94
%0
%32.94

Codes

Color #5265AB in popluar color models

5265AB
RGB82101171
HSL227°35.18%49.61%
HSB/HSV227°52.05%67.06%
CMYK52.05%40.94%0.00%
32.94%

Color #5265AB in popluar number systems.

HEX5265AB
Decimal82101171
Binary1010010110010110101011
Octal122145253

Shades and tints

Shades of #5265AB

#5265AB
(82,101,171)
#4B5C9C
(75,92,156)
#44538D
(68,83,141)
#3D4A7E
(61,74,126)
#36416F
(54,65,111)
#2F3860
(47,56,96)
#282F51
(40,47,81)
#212642
(33,38,66)
#1A1D33
(26,29,51)
#131424
(19,20,36)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #5265AB

#5265AB
(82,101,171)
#6173B2
(97,115,178)
#7081B9
(112,129,185)
#7F8FC0
(127,143,192)
#8E9DC7
(142,157,199)
#9DABCE
(157,171,206)
#ACB9D5
(172,185,213)
#BBC7DC
(187,199,220)
#CAD5E3
(202,213,227)
#D9E3EA
(217,227,234)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5265AB; }

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

This text font color is #5265AB.


Background Color

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

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

This div background color is #5265AB.


Border color

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

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

This div border color is #5265AB.


Opacity

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

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

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

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

This text has shadow with #5265AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5265AB on black background.


Color preview on white background

This text has color #5265AB on white background.



Black color preview on #5265AB background

This text has black color on #5265AB background.


White color preview on #5265AB background

This text has white color on #5265AB background.