COLOR #5255AB

HEX: #5255AB RGB: (82,85,171)

Color info

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

RGB color model

#5255AB color RGB value is (82,85,171).

RGB: (82,85,171) (32%, 33%, 67%)

RGB channels and saturation

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

82
85
171

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

Portions of RGB colors in percentages

R + G + B = 82 + 85 + 171 = 338 (100%)
R 82 of 338 ~ 24.26%
G 85 of 338 ~ 25.15%
B 171 of 338 ~ 50.59'%

%24.26
%25.15
%50.59

CMYK color model

#5255AB color CMYK value is (52,50,0,33).

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

CMYK: (52,50,0,33)
C52M50Y0K33 (52%, 50%, 0%, 33%)
(0.52 / 0.50 / 0.00 / 0.33)

CMYK percentages

%52.05
%50.29
%0
%32.94

Codes

Color #5255AB in popluar color models

52 55 AB
RGB 82 85 171
HSL 238° 35.18% 49.61%
HSB/HSV 238° 52.05% 67.06%
CMYK 52.05% 50.29% 0.00%
32.94%

Color #5255AB in popluar number systems.

HEX 52 55 AB
Decimal 82 85 171
Binary 1010010 1010101 10101011
Octal 122 125 253

Shades and tints

Shades of #5255AB

#5255AB
(82,85,171)
#4B4E9C
(75,78,156)
#44478D
(68,71,141)
#3D407E
(61,64,126)
#36396F
(54,57,111)
#2F3260
(47,50,96)
#282B51
(40,43,81)
#212442
(33,36,66)
#1A1D33
(26,29,51)
#131624
(19,22,36)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #5255AB

#5255AB
(82,85,171)
#6164B2
(97,100,178)
#7073B9
(112,115,185)
#7F82C0
(127,130,192)
#8E91C7
(142,145,199)
#9DA0CE
(157,160,206)
#ACAFD5
(172,175,213)
#BBBEDC
(187,190,220)
#CACDE3
(202,205,227)
#D9DCEA
(217,220,234)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5255AB; }

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

This text font color is #5255AB.

Background Color

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

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

This div background color is #5255AB.

Border color

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

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

This div border color is #5255AB.

Opacity

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

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

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

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

This text has shadow with #5255AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5255AB.

Preview

Color preview on black background

This text has color #5255AB on black background.


Color preview on white background

This text has color #5255AB on white background.


Black color preview on #5255AB background

This text has black color on #5255AB background.


White color preview on #5255AB background

This text has white color on #5255AB background.


Related colors

Complementary color

Complementary color for #hex is #ADAA54.


I love getcolorcode.com

Triadic colors

1 #AB5255 and #55AB52 with #5255AB are triadic colors.

2 #AB5552 and #5552AB with #5255AB are triadic colors.