COLOR #526ABD

HEX: #526ABD
RGB: (82,106,189)

Color info

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

RGB color model

#526ABD color RGB value is (82,106,189).

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

RGB channels and saturation

R 82 of 255 = 32%
G 106 of 255 = 42%
B 189 of 255 = 74%

82
106
189

R + G + B ~ 49%. #526ABD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 106 + 189 = 377 (100%)
R 82 of 377 ~ 21.75%
G 106 of 377 ~ 28.12%
B 189 of 377 ~ 50.13%

%21.75
%28.12
%50.13

CMYK color model

#526ABD color CMYK value is (57,44,0,26).

  • cyan value is 56.61%
  • magenta value is 43.92%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(57,44,0,26)
C57M44Y0K26 
(57%,44%,0%,26%)
(0.57/0.44/0.00/0.26)	

CMYK percentages

%56.61
%43.92
%0
%25.88

Codes

Color #526ABD in popluar color models

526ABD
RGB82106189
HSL227°44.77%53.14%
HSB/HSV227°56.61%74.12%
CMYK56.61%43.92%0.00%
25.88%

Color #526ABD in popluar number systems.

HEX526ABD
Decimal82106189
Binary1010010110101010111101
Octal122152275

Shades and tints

Shades of #526ABD

#526ABD
(82,106,189)
#4B61AC
(75,97,172)
#44589B
(68,88,155)
#3D4F8A
(61,79,138)
#364679
(54,70,121)
#2F3D68
(47,61,104)
#283457
(40,52,87)
#212B46
(33,43,70)
#1A2235
(26,34,53)
#131924
(19,25,36)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #526ABD

#526ABD
(82,106,189)
#6177C3
(97,119,195)
#7084C9
(112,132,201)
#7F91CF
(127,145,207)
#8E9ED5
(142,158,213)
#9DABDB
(157,171,219)
#ACB8E1
(172,184,225)
#BBC5E7
(187,197,231)
#CAD2ED
(202,210,237)
#D9DFF3
(217,223,243)
#E8ECF9
(232,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526ABD color. Also use rgb(82,106,189) instead hex code.

Text Font Color

.myTextColor { color: #526ABD; }

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

This text font color is #526ABD.


Background Color

.myBgColor { background-color: #526ABD; }

<div style="background-color:#526ABD">Inner text</div>

This div background color is #526ABD.


Border color

.myBorderColor { border: 1px solid #526ABD; }

<div style="border:3px solid #526ABD">Div</div>

This div border color is #526ABD.


Opacity

.myOpacity80 { color: #526ABD; opacity: 0.8; }

<p style="color:#526ABD;opacity:0.8;">80%</p>

Text with #526ABD 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 #526ABD;}

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

This text has shadow with #526ABD color.

.textShadow {text-shadow: 3px 3px 1px #526ABD, 3px 3px 1px red;}

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

This text has shadow with #526ABD primary color and red secondary color.


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

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

This text has shadow with #526ABD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526ABD on black background.


Color preview on white background

This text has color #526ABD on white background.



Black color preview on #526ABD background

This text has black color on #526ABD background.


White color preview on #526ABD background

This text has white color on #526ABD background.