COLOR #5241AB

HEX: #5241AB RGB: (82,65,171)

Color info

#5241AB contains mainly blue color. Web safe color of #5241AB is #663399 (or #639).

RGB color model

#5241AB color RGB value is (82,65,171).

RGB: (82,65,171) (32%, 25%, 67%)

RGB channels and saturation

R 82 of 255 = 32%
G 65 of 255 = 25%
B 171 of 255 = 67%

82
65
171

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

Portions of RGB colors in percentages

R + G + B = 82 + 65 + 171 = 318 (100%)
R 82 of 318 ~ 25.79%
G 65 of 318 ~ 20.44%
B 171 of 318 ~ 53.77'%

%25.79
%20.44
%53.77

CMYK color model

#5241AB color CMYK value is (52,62,0,33).

  • cyan value is 52.05%
  • magenta value is 61.99%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (52,62,0,33)
C52M62Y0K33 (52%, 62%, 0%, 33%)
(0.52 / 0.62 / 0.00 / 0.33)

CMYK percentages

%52.05
%61.99
%0
%32.94

Codes

Color #5241AB in popluar color models

52 41 AB
RGB 82 65 171
HSL 250° 44.92% 46.27%
HSB/HSV 250° 61.99% 67.06%
CMYK 52.05% 61.99% 0.00%
32.94%

Color #5241AB in popluar number systems.

HEX 52 41 AB
Decimal 82 65 171
Binary 1010010 1000001 10101011
Octal 122 101 253

Shades and tints

Shades of #5241AB

#5241AB
(82,65,171)
#4B3C9C
(75,60,156)
#44378D
(68,55,141)
#3D327E
(61,50,126)
#362D6F
(54,45,111)
#2F2860
(47,40,96)
#282351
(40,35,81)
#211E42
(33,30,66)
#1A1933
(26,25,51)
#131424
(19,20,36)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #5241AB

#5241AB
(82,65,171)
#6152B2
(97,82,178)
#7063B9
(112,99,185)
#7F74C0
(127,116,192)
#8E85C7
(142,133,199)
#9D96CE
(157,150,206)
#ACA7D5
(172,167,213)
#BBB8DC
(187,184,220)
#CAC9E3
(202,201,227)
#D9DAEA
(217,218,234)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5241AB; }

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

This text font color is #5241AB.

Background Color

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

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

This div background color is #5241AB.

Border color

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

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

This div border color is #5241AB.

Opacity

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

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

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

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

This text has shadow with #5241AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5241AB.

Preview

Color preview on black background

This text has color #5241AB on black background.


Color preview on white background

This text has color #5241AB on white background.


Black color preview on #5241AB background

This text has black color on #5241AB background.


White color preview on #5241AB background

This text has white color on #5241AB background.


Related colors

Complementary color

Complementary color for #hex is #ADBE54.


I love getcolorcode.com

Triadic colors

1 #AB5241 and #41AB52 with #5241AB are triadic colors.

2 #AB4152 and #4152AB with #5241AB are triadic colors.