COLOR #5275A9

HEX: #5275A9
RGB: (82,117,169)

Color info

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

RGB color model

#5275A9 color RGB value is (82,117,169).

  • red value is 82;
  • green value is 117;
  • blue value is 169.
RGB:
(82,117,169)
(32%,46%,66%)

RGB channels and saturation

R 82 of 255 = 32%
G 117 of 255 = 46%
B 169 of 255 = 66%

82
117
169

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

Portions of RGB colors in percentages

R + G + B =
82 + 117 + 169 = 368 (100%)
R 82 of 368 ~ 22.28%
G 117 of 368 ~ 31.79%
B 169 of 368 ~ 45.92%

%22.28
%31.79
%45.92

CMYK color model

#5275A9 color CMYK value is (51,31,0,34).

  • cyan value is 51.48%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(51,31,0,34)
C51M31Y0K34 
(51%,31%,0%,34%)
(0.51/0.31/0.00/0.34)	

CMYK percentages

%51.48
%30.77
%0
%33.73

Codes

Color #5275A9 in popluar color models

5275A9
RGB82117169
HSL216°34.66%49.22%
HSB/HSV216°51.48%66.27%
CMYK51.48%30.77%0.00%
33.73%

Color #5275A9 in popluar number systems.

HEX5275A9
Decimal82117169
Binary1010010111010110101001
Octal122165251

Shades and tints

Shades of #5275A9

#5275A9
(82,117,169)
#4B6B9A
(75,107,154)
#44618B
(68,97,139)
#3D577C
(61,87,124)
#364D6D
(54,77,109)
#2F435E
(47,67,94)
#28394F
(40,57,79)
#212F40
(33,47,64)
#1A2531
(26,37,49)
#131B22
(19,27,34)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #5275A9

#5275A9
(82,117,169)
#6181B0
(97,129,176)
#708DB7
(112,141,183)
#7F99BE
(127,153,190)
#8EA5C5
(142,165,197)
#9DB1CC
(157,177,204)
#ACBDD3
(172,189,211)
#BBC9DA
(187,201,218)
#CAD5E1
(202,213,225)
#D9E1E8
(217,225,232)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5275A9; }

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

This text font color is #5275A9.


Background Color

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

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

This div background color is #5275A9.


Border color

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

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

This div border color is #5275A9.


Opacity

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

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

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

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

This text has shadow with #5275A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5275A9 on black background.


Color preview on white background

This text has color #5275A9 on white background.



Black color preview on #5275A9 background

This text has black color on #5275A9 background.


White color preview on #5275A9 background

This text has white color on #5275A9 background.