COLOR #526A9A

HEX: #526A9A RGB: (82,106,154)

Color info

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

RGB color model

#526A9A color RGB value is (82,106,154).

RGB: (82,106,154) (32%, 42%, 60%)

RGB channels and saturation

R 82 of 255 = 32%
G 106 of 255 = 42%
B 154 of 255 = 60%

82
106
154

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

Portions of RGB colors in percentages

R + G + B = 82 + 106 + 154 = 342 (100%)
R 82 of 342 ~ 23.98%
G 106 of 342 ~ 30.99%
B 154 of 342 ~ 45.03'%

%23.98
%30.99
%45.03

CMYK color model

#526A9A color CMYK value is (47,31,0,40).

  • cyan value is 46.75%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (47,31,0,40)
C47M31Y0K40 (47%, 31%, 0%, 40%)
(0.47 / 0.31 / 0.00 / 0.40)

CMYK percentages

%46.75
%31.17
%0
%39.61

Codes

Color #526A9A in popluar color models

52 6A 9A
RGB 82 106 154
HSL 220° 30.51% 46.27%
HSB/HSV 220° 46.75% 60.39%
CMYK 46.75% 31.17% 0.00%
39.61%

Color #526A9A in popluar number systems.

HEX 52 6A 9A
Decimal 82 106 154
Binary 1010010 1101010 10011010
Octal 122 152 232

Shades and tints

Shades of #526A9A

#526A9A
(82,106,154)
#4B618C
(75,97,140)
#44587E
(68,88,126)
#3D4F70
(61,79,112)
#364662
(54,70,98)
#2F3D54
(47,61,84)
#283446
(40,52,70)
#212B38
(33,43,56)
#1A222A
(26,34,42)
#13191C
(19,25,28)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #526A9A

#526A9A
(82,106,154)
#6177A3
(97,119,163)
#7084AC
(112,132,172)
#7F91B5
(127,145,181)
#8E9EBE
(142,158,190)
#9DABC7
(157,171,199)
#ACB8D0
(172,184,208)
#BBC5D9
(187,197,217)
#CAD2E2
(202,210,226)
#D9DFEB
(217,223,235)
#E8ECF4
(232,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526A9A; }

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

This text font color is #526A9A.

Background Color

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

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

This div background color is #526A9A.

Border color

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

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

This div border color is #526A9A.

Opacity

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

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

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

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

This text has shadow with #526A9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #526A9A.

Preview

Color preview on black background

This text has color #526A9A on black background.


Color preview on white background

This text has color #526A9A on white background.


Black color preview on #526A9A background

This text has black color on #526A9A background.


White color preview on #526A9A background

This text has white color on #526A9A background.


Related colors

Complementary color

Complementary color for #hex is #AD9565.


I love getcolorcode.com

Triadic colors

1 #9A526A and #6A9A52 with #526A9A are triadic colors.

2 #9A6A52 and #6A529A with #526A9A are triadic colors.