COLOR #5256B7

HEX: #5256B7
RGB: (82,86,183)

Color info

#5256B7 contains mainly blue color. Web safe color of #5256B7 is #6666CC (or #66C).

RGB color model

#5256B7 color RGB value is (82,86,183).

  • red value is 82;
  • green value is 86;
  • blue value is 183.
RGB:
(82,86,183)
(32%,34%,72%)

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 183 of 255 = 72%

82
86
183

R + G + B ~ 46%. #5256B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 183 = 351 (100%)
R 82 of 351 ~ 23.36%
G 86 of 351 ~ 24.5%
B 183 of 351 ~ 52.14%

%23.36
%24.5
%52.14

CMYK color model

#5256B7 color CMYK value is (55,53,0,28).

  • cyan value is 55.19%
  • magenta value is 53.01%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(55,53,0,28)
C55M53Y0K28 
(55%,53%,0%,28%)
(0.55/0.53/0.00/0.28)	

CMYK percentages

%55.19
%53.01
%0
%28.24

Codes

Color #5256B7 in popluar color models

5256B7
RGB8286183
HSL238°41.22%51.96%
HSB/HSV238°55.19%71.76%
CMYK55.19%53.01%0.00%
28.24%

Color #5256B7 in popluar number systems.

HEX5256B7
Decimal8286183
Binary1010010101011010110111
Octal122126267

Shades and tints

Shades of #5256B7

#5256B7
(82,86,183)
#4B4FA7
(75,79,167)
#444897
(68,72,151)
#3D4187
(61,65,135)
#363A77
(54,58,119)
#2F3367
(47,51,103)
#282C57
(40,44,87)
#212547
(33,37,71)
#1A1E37
(26,30,55)
#131727
(19,23,39)
#0C1017
(12,16,23)
#000000
(0,0,0)

Tints of #5256B7

#5256B7
(82,86,183)
#6165BD
(97,101,189)
#7074C3
(112,116,195)
#7F83C9
(127,131,201)
#8E92CF
(142,146,207)
#9DA1D5
(157,161,213)
#ACB0DB
(172,176,219)
#BBBFE1
(187,191,225)
#CACEE7
(202,206,231)
#D9DDED
(217,221,237)
#E8ECF3
(232,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5256B7 color. Also use rgb(82,86,183) instead hex code.

Text Font Color

.myTextColor { color: #5256B7; }

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

This text font color is #5256B7.


Background Color

.myBgColor { background-color: #5256B7; }

<div style="background-color:#5256B7">Inner text</div>

This div background color is #5256B7.


Border color

.myBorderColor { border: 1px solid #5256B7; }

<div style="border:3px solid #5256B7">Div</div>

This div border color is #5256B7.


Opacity

.myOpacity80 { color: #5256B7; opacity: 0.8; }

<p style="color:#5256B7;opacity:0.8;">80%</p>

Text with #5256B7 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 #5256B7;}

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

This text has shadow with #5256B7 color.

.textShadow {text-shadow: 3px 3px 1px #5256B7, 3px 3px 1px red;}

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

This text has shadow with #5256B7 primary color and red secondary color.


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

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

This text has shadow with #5256B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5256B7 on black background.


Color preview on white background

This text has color #5256B7 on white background.



Black color preview on #5256B7 background

This text has black color on #5256B7 background.


White color preview on #5256B7 background

This text has white color on #5256B7 background.