COLOR #5263BC

HEX: #5263BC RGB: (82,99,188)

Color info

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

RGB color model

#5263BC color RGB value is (82,99,188).

RGB: (82,99,188) (32%, 39%, 74%)

RGB channels and saturation

R 82 of 255 = 32%
G 99 of 255 = 39%
B 188 of 255 = 74%

82
99
188

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

Portions of RGB colors in percentages

R + G + B = 82 + 99 + 188 = 369 (100%)
R 82 of 369 ~ 22.22%
G 99 of 369 ~ 26.83%
B 188 of 369 ~ 50.95'%

%22.22
%26.83
%50.95

CMYK color model

#5263BC color CMYK value is (56,47,0,26).

  • cyan value is 56.38%
  • magenta value is 47.34%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (56,47,0,26) C56M47Y0K26 (56%,47%,0%,26%) (0.56/0.47/0.00/0.26) 

CMYK percentages

%56.38
%47.34
%0
%26.27

Codes

Color #5263BC in popluar color models

52 63 BC
RGB 82 99 188
HSL 230° 44.17% 52.94%
HSB/HSV 230° 56.38% 73.73%
CMYK 56.38% 47.34% 0.00%
26.27%

Color #5263BC in popluar number systems.

HEX 52 63 BC
Decimal 82 99 188
Binary 1010010 1100011 10111100
Octal 122 143 274

Shades and tints

Shades of #5263BC

#5263BC
(82,99,188)
#4B5AAB
(75,90,171)
#44519A
(68,81,154)
#3D4889
(61,72,137)
#363F78
(54,63,120)
#2F3667
(47,54,103)
#282D56
(40,45,86)
#212445
(33,36,69)
#1A1B34
(26,27,52)
#131223
(19,18,35)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #5263BC

#5263BC
(82,99,188)
#6171C2
(97,113,194)
#707FC8
(112,127,200)
#7F8DCE
(127,141,206)
#8E9BD4
(142,155,212)
#9DA9DA
(157,169,218)
#ACB7E0
(172,183,224)
#BBC5E6
(187,197,230)
#CAD3EC
(202,211,236)
#D9E1F2
(217,225,242)
#E8EFF8
(232,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5263BC color. Also use rgb(82,99,188) instead hex code.

Text Font Color

.myTextColor { color: #5263BC; }

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

This text font color is #5263BC.

Background Color

.myBgColor { background-color: #5263BC; }

<div style="background-color:#5263BC">Inner text</div>

This div background color is #5263BC.

Border color

.myBorderColor { border: 1px solid #5263BC; }

<div style="border:3px solid #5263BC">Div</div>

This div border color is #5263BC.

Opacity

.myOpacity80 { color: #5263BC; opacity: 0.8; }

<p style="color:#5263BC;opacity:0.8;">80%</p>

Text with #5263BC 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 #5263BC;}

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

This text has shadow with #5263BC color.


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

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

This text has shadow with #5263BC primary color and red secondary color.


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

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

This text has shadow with #5263BC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5263BC.

Preview

Color preview on black background

This text has color #5263BC on black background.


Color preview on white background

This text has color #5263BC on white background.


Black color preview on #5263BC background

This text has black color on #5263BC background.


White color preview on #5263BC background

This text has white color on #5263BC background.


Related colors

Complementary color

Complementary color for #hex is #AD9C43.


I love getcolorcode.com

Triadic colors

1 #BC5263 and #63BC52 with #5263BC are triadic colors.

2 #BC6352 and #6352BC with #5263BC are triadic colors.