COLOR #526385

HEX: #526385
RGB: (82,99,133)

Color info

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

RGB color model

#526385 color RGB value is (82,99,133).

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

RGB channels and saturation

R 82 of 255 = 32%
G 99 of 255 = 39%
B 133 of 255 = 52%

82
99
133

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

Portions of RGB colors in percentages

R + G + B =
82 + 99 + 133 = 314 (100%)
R 82 of 314 ~ 26.11%
G 99 of 314 ~ 31.53%
B 133 of 314 ~ 42.36%

%26.11
%31.53
%42.36

CMYK color model

#526385 color CMYK value is (38,26,0,48).

  • cyan value is 38.35%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(38,26,0,48)
C38M26Y0K48 
(38%,26%,0%,48%)
(0.38/0.26/0.00/0.48)	

CMYK percentages

%38.35
%25.56
%0
%47.84

Codes

Color #526385 in popluar color models

526385
RGB8299133
HSL220°23.72%42.16%
HSB/HSV220°38.35%52.16%
CMYK38.35%25.56%0.00%
47.84%

Color #526385 in popluar number systems.

HEX526385
Decimal8299133
Binary1010010110001110000101
Octal122143205

Shades and tints

Shades of #526385

#526385
(82,99,133)
#4B5A79
(75,90,121)
#44516D
(68,81,109)
#3D4861
(61,72,97)
#363F55
(54,63,85)
#2F3649
(47,54,73)
#282D3D
(40,45,61)
#212431
(33,36,49)
#1A1B25
(26,27,37)
#131219
(19,18,25)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #526385

#526385
(82,99,133)
#617190
(97,113,144)
#707F9B
(112,127,155)
#7F8DA6
(127,141,166)
#8E9BB1
(142,155,177)
#9DA9BC
(157,169,188)
#ACB7C7
(172,183,199)
#BBC5D2
(187,197,210)
#CAD3DD
(202,211,221)
#D9E1E8
(217,225,232)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526385; }

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

This text font color is #526385.


Background Color

.myBgColor { background-color: #526385; }

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

This div background color is #526385.


Border color

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

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

This div border color is #526385.


Opacity

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

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

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

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

This text has shadow with #526385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526385 on black background.


Color preview on white background

This text has color #526385 on white background.



Black color preview on #526385 background

This text has black color on #526385 background.


White color preview on #526385 background

This text has white color on #526385 background.