COLOR #5275A1

HEX: #5275A1 RGB: (82,117,161)

Color info

#5275A1 contains mainly green and blue colors. Web safe color of #5275A1 is #666699 (or #669).

RGB color model

#5275A1 color RGB value is (82,117,161).

RGB: (82,117,161) (32%, 46%, 63%)

RGB channels and saturation

R 82 of 255 = 32%
G 117 of 255 = 46%
B 161 of 255 = 63%

82
117
161

R + G + B ~ 47%. #5275A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 117 + 161 = 360 (100%)
R 82 of 360 ~ 22.78%
G 117 of 360 ~ 32.5%
B 161 of 360 ~ 44.72'%

%22.78
%32.5
%44.72

CMYK color model

#5275A1 color CMYK value is (49,27,0,37).

  • cyan value is 49.07%
  • magenta value is 27.33%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (49,27,0,37)
C49M27Y0K37 (49%, 27%, 0%, 37%)
(0.49 / 0.27 / 0.00 / 0.37)

CMYK percentages

%49.07
%27.33
%0
%36.86

Codes

Color #5275A1 in popluar color models

52 75 A1
RGB 82 117 161
HSL 213° 32.51% 47.65%
HSB/HSV 213° 49.07% 63.14%
CMYK 49.07% 27.33% 0.00%
36.86%

Color #5275A1 in popluar number systems.

HEX 52 75 A1
Decimal 82 117 161
Binary 1010010 1110101 10100001
Octal 122 165 241

Shades and tints

Shades of #5275A1

#5275A1
(82,117,161)
#4B6B93
(75,107,147)
#446185
(68,97,133)
#3D5777
(61,87,119)
#364D69
(54,77,105)
#2F435B
(47,67,91)
#28394D
(40,57,77)
#212F3F
(33,47,63)
#1A2531
(26,37,49)
#131B23
(19,27,35)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #5275A1

#5275A1
(82,117,161)
#6181A9
(97,129,169)
#708DB1
(112,141,177)
#7F99B9
(127,153,185)
#8EA5C1
(142,165,193)
#9DB1C9
(157,177,201)
#ACBDD1
(172,189,209)
#BBC9D9
(187,201,217)
#CAD5E1
(202,213,225)
#D9E1E9
(217,225,233)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5275A1 color. Also use rgb(82,117,161) instead hex code.

Text Font Color

.myTextColor { color: #5275A1; }

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

This text font color is #5275A1.

Background Color

.myBgColor { background-color: #5275A1; }

<div style="background-color:#5275A1">Inner text</div>

This div background color is #5275A1.

Border color

.myBorderColor { border: 1px solid #5275A1; }

<div style="border:3px solid #5275A1">Div</div>

This div border color is #5275A1.

Opacity

.myOpacity80 { color: #5275A1; opacity: 0.8; }

<p style="color:#5275A1;opacity:0.8;">80%</p>

Text with #5275A1 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 #5275A1;}

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

This text has shadow with #5275A1 color.


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

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

This text has shadow with #5275A1 primary color and red secondary color.


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

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

This text has shadow with #5275A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5275A1.

Preview

Color preview on black background

This text has color #5275A1 on black background.


Color preview on white background

This text has color #5275A1 on white background.


Black color preview on #5275A1 background

This text has black color on #5275A1 background.


White color preview on #5275A1 background

This text has white color on #5275A1 background.


Related colors

Complementary color

Complementary color for #hex is #AD8A5E.


I love getcolorcode.com

Triadic colors

1 #A15275 and #75A152 with #5275A1 are triadic colors.

2 #A17552 and #7552A1 with #5275A1 are triadic colors.