COLOR #525288

HEX: #525288
RGB: (82,82,136)

Color info

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

RGB color model

#525288 color RGB value is (82,82,136).

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

RGB channels and saturation

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

82
82
136

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

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 136 = 300 (100%)
R 82 of 300 ~ 27.33%
G 82 of 300 ~ 27.33%
B 136 of 300 ~ 45.33%

%27.33
%27.33
%45.33

CMYK color model

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

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

CMYK percentages

%39.71
%39.71
%0
%46.67

Codes

Color #525288 in popluar color models

525288
RGB8282136
HSL240°24.77%42.75%
HSB/HSV240°39.71%53.33%
CMYK39.71%39.71%0.00%
46.67%

Color #525288 in popluar number systems.

HEX525288
Decimal8282136
Binary1010010101001010001000
Octal122122210

Shades and tints

Shades of #525288

#525288
(82,82,136)
#4B4B7C
(75,75,124)
#444470
(68,68,112)
#3D3D64
(61,61,100)
#363658
(54,54,88)
#2F2F4C
(47,47,76)
#282840
(40,40,64)
#212134
(33,33,52)
#1A1A28
(26,26,40)
#13131C
(19,19,28)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #525288

#525288
(82,82,136)
#616192
(97,97,146)
#70709C
(112,112,156)
#7F7FA6
(127,127,166)
#8E8EB0
(142,142,176)
#9D9DBA
(157,157,186)
#ACACC4
(172,172,196)
#BBBBCE
(187,187,206)
#CACAD8
(202,202,216)
#D9D9E2
(217,217,226)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525288; }

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

This text font color is #525288.


Background Color

.myBgColor { background-color: #525288; }

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

This div background color is #525288.


Border color

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

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

This div border color is #525288.


Opacity

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

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

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

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

This text has shadow with #525288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525288 on black background.


Color preview on white background

This text has color #525288 on white background.



Black color preview on #525288 background

This text has black color on #525288 background.


White color preview on #525288 background

This text has white color on #525288 background.