COLOR #525784

HEX: #525784
RGB: (82,87,132)

Color info

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

RGB color model

#525784 color RGB value is (82,87,132).

  • red value is 82;
  • green value is 87;
  • blue value is 132.
RGB:
(82,87,132)
(32%,34%,52%)

RGB channels and saturation

R 82 of 255 = 32%
G 87 of 255 = 34%
B 132 of 255 = 52%

82
87
132

R + G + B ~ 39%. #525784 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 87 + 132 = 301 (100%)
R 82 of 301 ~ 27.24%
G 87 of 301 ~ 28.9%
B 132 of 301 ~ 43.85%

%27.24
%28.9
%43.85

CMYK color model

#525784 color CMYK value is (38,34,0,48).

  • cyan value is 37.88%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(38,34,0,48)
C38M34Y0K48 
(38%,34%,0%,48%)
(0.38/0.34/0.00/0.48)	

CMYK percentages

%37.88
%34.09
%0
%48.24

Codes

Color #525784 in popluar color models

525784
RGB8287132
HSL234°23.36%41.96%
HSB/HSV234°37.88%51.76%
CMYK37.88%34.09%0.00%
48.24%

Color #525784 in popluar number systems.

HEX525784
Decimal8287132
Binary1010010101011110000100
Octal122127204

Shades and tints

Shades of #525784

#525784
(82,87,132)
#4B5078
(75,80,120)
#44496C
(68,73,108)
#3D4260
(61,66,96)
#363B54
(54,59,84)
#2F3448
(47,52,72)
#282D3C
(40,45,60)
#212630
(33,38,48)
#1A1F24
(26,31,36)
#131818
(19,24,24)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #525784

#525784
(82,87,132)
#61668F
(97,102,143)
#70759A
(112,117,154)
#7F84A5
(127,132,165)
#8E93B0
(142,147,176)
#9DA2BB
(157,162,187)
#ACB1C6
(172,177,198)
#BBC0D1
(187,192,209)
#CACFDC
(202,207,220)
#D9DEE7
(217,222,231)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525784 color. Also use rgb(82,87,132) instead hex code.

Text Font Color

.myTextColor { color: #525784; }

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

This text font color is #525784.


Background Color

.myBgColor { background-color: #525784; }

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

This div background color is #525784.


Border color

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

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

This div border color is #525784.


Opacity

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

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

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

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

This text has shadow with #525784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525784 on black background.


Color preview on white background

This text has color #525784 on white background.



Black color preview on #525784 background

This text has black color on #525784 background.


White color preview on #525784 background

This text has white color on #525784 background.