COLOR #526388

HEX: #526388
RGB: (82,99,136)

Color info

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

RGB color model

#526388 color RGB value is (82,99,136).

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

RGB channels and saturation

R 82 of 255 = 32%
G 99 of 255 = 39%
B 136 of 255 = 53%

82
99
136

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

Portions of RGB colors in percentages

R + G + B =
82 + 99 + 136 = 317 (100%)
R 82 of 317 ~ 25.87%
G 99 of 317 ~ 31.23%
B 136 of 317 ~ 42.9%

%25.87
%31.23
%42.9

CMYK color model

#526388 color CMYK value is (40,27,0,47).

  • cyan value is 39.71%
  • magenta value is 27.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(40,27,0,47)
C40M27Y0K47 
(40%,27%,0%,47%)
(0.40/0.27/0.00/0.47)	

CMYK percentages

%39.71
%27.21
%0
%46.67

Codes

Color #526388 in popluar color models

526388
RGB8299136
HSL221°24.77%42.75%
HSB/HSV221°39.71%53.33%
CMYK39.71%27.21%0.00%
46.67%

Color #526388 in popluar number systems.

HEX526388
Decimal8299136
Binary1010010110001110001000
Octal122143210

Shades and tints

Shades of #526388

#526388
(82,99,136)
#4B5A7C
(75,90,124)
#445170
(68,81,112)
#3D4864
(61,72,100)
#363F58
(54,63,88)
#2F364C
(47,54,76)
#282D40
(40,45,64)
#212434
(33,36,52)
#1A1B28
(26,27,40)
#13121C
(19,18,28)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #526388

#526388
(82,99,136)
#617192
(97,113,146)
#707F9C
(112,127,156)
#7F8DA6
(127,141,166)
#8E9BB0
(142,155,176)
#9DA9BA
(157,169,186)
#ACB7C4
(172,183,196)
#BBC5CE
(187,197,206)
#CAD3D8
(202,211,216)
#D9E1E2
(217,225,226)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526388; }

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

This text font color is #526388.


Background Color

.myBgColor { background-color: #526388; }

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

This div background color is #526388.


Border color

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

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

This div border color is #526388.


Opacity

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

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

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

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

This text has shadow with #526388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526388 on black background.


Color preview on white background

This text has color #526388 on white background.



Black color preview on #526388 background

This text has black color on #526388 background.


White color preview on #526388 background

This text has white color on #526388 background.