COLOR #526989

HEX: #526989
RGB: (82,105,137)

Color info

#526989 contains red, green and blue colors in about the same proportion. Web safe color of #526989 is #666699 (or #669).

RGB color model

#526989 color RGB value is (82,105,137).

  • red value is 82;
  • green value is 105;
  • blue value is 137.
RGB:
(82,105,137)
(32%,41%,54%)

RGB channels and saturation

R 82 of 255 = 32%
G 105 of 255 = 41%
B 137 of 255 = 54%

82
105
137

R + G + B ~ 42%. #526989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 105 + 137 = 324 (100%)
R 82 of 324 ~ 25.31%
G 105 of 324 ~ 32.41%
B 137 of 324 ~ 42.28%

%25.31
%32.41
%42.28

CMYK color model

#526989 color CMYK value is (40,23,0,46).

  • cyan value is 40.15%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(40,23,0,46)
C40M23Y0K46 
(40%,23%,0%,46%)
(0.40/0.23/0.00/0.46)	

CMYK percentages

%40.15
%23.36
%0
%46.27

Codes

Color #526989 in popluar color models

526989
RGB82105137
HSL215°25.11%42.94%
HSB/HSV215°40.15%53.73%
CMYK40.15%23.36%0.00%
46.27%

Color #526989 in popluar number systems.

HEX526989
Decimal82105137
Binary1010010110100110001001
Octal122151211

Shades and tints

Shades of #526989

#526989
(82,105,137)
#4B607D
(75,96,125)
#445771
(68,87,113)
#3D4E65
(61,78,101)
#364559
(54,69,89)
#2F3C4D
(47,60,77)
#283341
(40,51,65)
#212A35
(33,42,53)
#1A2129
(26,33,41)
#13181D
(19,24,29)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #526989

#526989
(82,105,137)
#617693
(97,118,147)
#70839D
(112,131,157)
#7F90A7
(127,144,167)
#8E9DB1
(142,157,177)
#9DAABB
(157,170,187)
#ACB7C5
(172,183,197)
#BBC4CF
(187,196,207)
#CAD1D9
(202,209,217)
#D9DEE3
(217,222,227)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526989 color. Also use rgb(82,105,137) instead hex code.

Text Font Color

.myTextColor { color: #526989; }

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

This text font color is #526989.


Background Color

.myBgColor { background-color: #526989; }

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

This div background color is #526989.


Border color

.myBorderColor { border: 1px solid #526989; }

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

This div border color is #526989.


Opacity

.myOpacity80 { color: #526989; opacity: 0.8; }

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

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

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

This text has shadow with #526989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526989 on black background.


Color preview on white background

This text has color #526989 on white background.



Black color preview on #526989 background

This text has black color on #526989 background.


White color preview on #526989 background

This text has white color on #526989 background.