COLOR #526888

HEX: #526888
RGB: (82,104,136)

Color info

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

RGB color model

#526888 color RGB value is (82,104,136).

  • red value is 82;
  • green value is 104;
  • blue value is 136.
RGB:
(82,104,136)
(32%,41%,53%)

RGB channels and saturation

R 82 of 255 = 32%
G 104 of 255 = 41%
B 136 of 255 = 53%

82
104
136

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

Portions of RGB colors in percentages

R + G + B =
82 + 104 + 136 = 322 (100%)
R 82 of 322 ~ 25.47%
G 104 of 322 ~ 32.3%
B 136 of 322 ~ 42.24%

%25.47
%32.3
%42.24

CMYK color model

#526888 color CMYK value is (40,24,0,47).

  • cyan value is 39.71%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(40,24,0,47)
C40M24Y0K47 
(40%,24%,0%,47%)
(0.40/0.24/0.00/0.47)	

CMYK percentages

%39.71
%23.53
%0
%46.67

Codes

Color #526888 in popluar color models

526888
RGB82104136
HSL216°24.77%42.75%
HSB/HSV216°39.71%53.33%
CMYK39.71%23.53%0.00%
46.67%

Color #526888 in popluar number systems.

HEX526888
Decimal82104136
Binary1010010110100010001000
Octal122150210

Shades and tints

Shades of #526888

#526888
(82,104,136)
#4B5F7C
(75,95,124)
#445670
(68,86,112)
#3D4D64
(61,77,100)
#364458
(54,68,88)
#2F3B4C
(47,59,76)
#283240
(40,50,64)
#212934
(33,41,52)
#1A2028
(26,32,40)
#13171C
(19,23,28)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #526888

#526888
(82,104,136)
#617592
(97,117,146)
#70829C
(112,130,156)
#7F8FA6
(127,143,166)
#8E9CB0
(142,156,176)
#9DA9BA
(157,169,186)
#ACB6C4
(172,182,196)
#BBC3CE
(187,195,206)
#CAD0D8
(202,208,216)
#D9DDE2
(217,221,226)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526888 color. Also use rgb(82,104,136) instead hex code.

Text Font Color

.myTextColor { color: #526888; }

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

This text font color is #526888.


Background Color

.myBgColor { background-color: #526888; }

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

This div background color is #526888.


Border color

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

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

This div border color is #526888.


Opacity

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

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

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

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

This text has shadow with #526888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526888 on black background.


Color preview on white background

This text has color #526888 on white background.



Black color preview on #526888 background

This text has black color on #526888 background.


White color preview on #526888 background

This text has white color on #526888 background.