COLOR #526885

HEX: #526885
RGB: (82,104,133)

Color info

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

RGB color model

#526885 color RGB value is (82,104,133).

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

RGB channels and saturation

R 82 of 255 = 32%
G 104 of 255 = 41%
B 133 of 255 = 52%

82
104
133

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

Portions of RGB colors in percentages

R + G + B =
82 + 104 + 133 = 319 (100%)
R 82 of 319 ~ 25.71%
G 104 of 319 ~ 32.6%
B 133 of 319 ~ 41.69%

%25.71
%32.6
%41.69

CMYK color model

#526885 color CMYK value is (38,22,0,48).

  • cyan value is 38.35%
  • magenta value is 21.80%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(38,22,0,48)
C38M22Y0K48 
(38%,22%,0%,48%)
(0.38/0.22/0.00/0.48)	

CMYK percentages

%38.35
%21.8
%0
%47.84

Codes

Color #526885 in popluar color models

526885
RGB82104133
HSL214°23.72%42.16%
HSB/HSV214°38.35%52.16%
CMYK38.35%21.80%0.00%
47.84%

Color #526885 in popluar number systems.

HEX526885
Decimal82104133
Binary1010010110100010000101
Octal122150205

Shades and tints

Shades of #526885

#526885
(82,104,133)
#4B5F79
(75,95,121)
#44566D
(68,86,109)
#3D4D61
(61,77,97)
#364455
(54,68,85)
#2F3B49
(47,59,73)
#28323D
(40,50,61)
#212931
(33,41,49)
#1A2025
(26,32,37)
#131719
(19,23,25)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #526885

#526885
(82,104,133)
#617590
(97,117,144)
#70829B
(112,130,155)
#7F8FA6
(127,143,166)
#8E9CB1
(142,156,177)
#9DA9BC
(157,169,188)
#ACB6C7
(172,182,199)
#BBC3D2
(187,195,210)
#CAD0DD
(202,208,221)
#D9DDE8
(217,221,232)
#E8EAF3
(232,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526885; }

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

This text font color is #526885.


Background Color

.myBgColor { background-color: #526885; }

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

This div background color is #526885.


Border color

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

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

This div border color is #526885.


Opacity

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

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

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

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

This text has shadow with #526885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526885 on black background.


Color preview on white background

This text has color #526885 on white background.



Black color preview on #526885 background

This text has black color on #526885 background.


White color preview on #526885 background

This text has white color on #526885 background.