COLOR #5248BD

HEX: #5248BD
RGB: (82,72,189)

Color info

#5248BD contains mainly blue color. Web safe color of #5248BD is #6633CC (or #63C).

RGB color model

#5248BD color RGB value is (82,72,189).

  • red value is 82;
  • green value is 72;
  • blue value is 189.
RGB:
(82,72,189)
(32%,28%,74%)

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 189 of 255 = 74%

82
72
189

R + G + B ~ 45%. #5248BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 189 = 343 (100%)
R 82 of 343 ~ 23.91%
G 72 of 343 ~ 20.99%
B 189 of 343 ~ 55.1%

%23.91
%20.99
%55.1

CMYK color model

#5248BD color CMYK value is (57,62,0,26).

  • cyan value is 56.61%
  • magenta value is 61.90%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(57,62,0,26)
C57M62Y0K26 
(57%,62%,0%,26%)
(0.57/0.62/0.00/0.26)	

CMYK percentages

%56.61
%61.9
%0
%25.88

Codes

Color #5248BD in popluar color models

5248BD
RGB8272189
HSL245°46.99%51.18%
HSB/HSV245°61.90%74.12%
CMYK56.61%61.90%0.00%
25.88%

Color #5248BD in popluar number systems.

HEX5248BD
Decimal8272189
Binary1010010100100010111101
Octal122110275

Shades and tints

Shades of #5248BD

#5248BD
(82,72,189)
#4B42AC
(75,66,172)
#443C9B
(68,60,155)
#3D368A
(61,54,138)
#363079
(54,48,121)
#2F2A68
(47,42,104)
#282457
(40,36,87)
#211E46
(33,30,70)
#1A1835
(26,24,53)
#131224
(19,18,36)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #5248BD

#5248BD
(82,72,189)
#6158C3
(97,88,195)
#7068C9
(112,104,201)
#7F78CF
(127,120,207)
#8E88D5
(142,136,213)
#9D98DB
(157,152,219)
#ACA8E1
(172,168,225)
#BBB8E7
(187,184,231)
#CAC8ED
(202,200,237)
#D9D8F3
(217,216,243)
#E8E8F9
(232,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5248BD color. Also use rgb(82,72,189) instead hex code.

Text Font Color

.myTextColor { color: #5248BD; }

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

This text font color is #5248BD.


Background Color

.myBgColor { background-color: #5248BD; }

<div style="background-color:#5248BD">Inner text</div>

This div background color is #5248BD.


Border color

.myBorderColor { border: 1px solid #5248BD; }

<div style="border:3px solid #5248BD">Div</div>

This div border color is #5248BD.


Opacity

.myOpacity80 { color: #5248BD; opacity: 0.8; }

<p style="color:#5248BD;opacity:0.8;">80%</p>

Text with #5248BD 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 #5248BD;}

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

This text has shadow with #5248BD color.

.textShadow {text-shadow: 3px 3px 1px #5248BD, 3px 3px 1px red;}

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

This text has shadow with #5248BD primary color and red secondary color.


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

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

This text has shadow with #5248BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5248BD on black background.


Color preview on white background

This text has color #5248BD on white background.



Black color preview on #5248BD background

This text has black color on #5248BD background.


White color preview on #5248BD background

This text has white color on #5248BD background.