COLOR #526590

HEX: #526590
RGB: (82,101,144)

Color info

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

RGB color model

#526590 color RGB value is (82,101,144).

  • red value is 82;
  • green value is 101;
  • blue value is 144.
RGB:
(82,101,144)
(32%,40%,56%)

RGB channels and saturation

R 82 of 255 = 32%
G 101 of 255 = 40%
B 144 of 255 = 56%

82
101
144

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

Portions of RGB colors in percentages

R + G + B =
82 + 101 + 144 = 327 (100%)
R 82 of 327 ~ 25.08%
G 101 of 327 ~ 30.89%
B 144 of 327 ~ 44.04%

%25.08
%30.89
%44.04

CMYK color model

#526590 color CMYK value is (43,30,0,44).

  • cyan value is 43.06%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(43,30,0,44)
C43M30Y0K44 
(43%,30%,0%,44%)
(0.43/0.30/0.00/0.44)	

CMYK percentages

%43.06
%29.86
%0
%43.53

Codes

Color #526590 in popluar color models

526590
RGB82101144
HSL222°27.43%44.31%
HSB/HSV222°43.06%56.47%
CMYK43.06%29.86%0.00%
43.53%

Color #526590 in popluar number systems.

HEX526590
Decimal82101144
Binary1010010110010110010000
Octal122145220

Shades and tints

Shades of #526590

#526590
(82,101,144)
#4B5C83
(75,92,131)
#445376
(68,83,118)
#3D4A69
(61,74,105)
#36415C
(54,65,92)
#2F384F
(47,56,79)
#282F42
(40,47,66)
#212635
(33,38,53)
#1A1D28
(26,29,40)
#13141B
(19,20,27)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #526590

#526590
(82,101,144)
#61739A
(97,115,154)
#7081A4
(112,129,164)
#7F8FAE
(127,143,174)
#8E9DB8
(142,157,184)
#9DABC2
(157,171,194)
#ACB9CC
(172,185,204)
#BBC7D6
(187,199,214)
#CAD5E0
(202,213,224)
#D9E3EA
(217,227,234)
#E8F1F4
(232,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526590 color. Also use rgb(82,101,144) instead hex code.

Text Font Color

.myTextColor { color: #526590; }

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

This text font color is #526590.


Background Color

.myBgColor { background-color: #526590; }

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

This div background color is #526590.


Border color

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

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

This div border color is #526590.


Opacity

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

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

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

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

This text has shadow with #526590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526590 on black background.


Color preview on white background

This text has color #526590 on white background.



Black color preview on #526590 background

This text has black color on #526590 background.


White color preview on #526590 background

This text has white color on #526590 background.