COLOR #525560

HEX: #525560
RGB: (82,85,96)

Color info

#525560 contains red, green and blue colors in about the same proportion. Web safe color of #525560 is #666666 (or #666).

RGB color model

#525560 color RGB value is (82,85,96).

  • red value is 82;
  • green value is 85;
  • blue value is 96.
RGB:
(82,85,96)
(32%,33%,38%)

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 96 of 255 = 38%

82
85
96

R + G + B ~ 34%. #525560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 96 = 263 (100%)
R 82 of 263 ~ 31.18%
G 85 of 263 ~ 32.32%
B 96 of 263 ~ 36.5%

%31.18
%32.32
%36.5

CMYK color model

#525560 color CMYK value is (15,11,0,62).

  • cyan value is 14.58%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(15,11,0,62)
C15M11Y0K62 
(15%,11%,0%,62%)
(0.15/0.11/0.00/0.62)	

CMYK percentages

%14.58
%11.46
%0
%62.35

Codes

Color #525560 in popluar color models

525560
RGB828596
HSL227°7.87%34.90%
HSB/HSV227°14.58%37.65%
CMYK14.58%11.46%0.00%
62.35%

Color #525560 in popluar number systems.

HEX525560
Decimal828596
Binary101001010101011100000
Octal122125140

Shades and tints

Shades of #525560

#525560
(82,85,96)
#4B4E58
(75,78,88)
#444750
(68,71,80)
#3D4048
(61,64,72)
#363940
(54,57,64)
#2F3238
(47,50,56)
#282B30
(40,43,48)
#212428
(33,36,40)
#1A1D20
(26,29,32)
#131618
(19,22,24)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #525560

#525560
(82,85,96)
#61646E
(97,100,110)
#70737C
(112,115,124)
#7F828A
(127,130,138)
#8E9198
(142,145,152)
#9DA0A6
(157,160,166)
#ACAFB4
(172,175,180)
#BBBEC2
(187,190,194)
#CACDD0
(202,205,208)
#D9DCDE
(217,220,222)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525560; }

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

This text font color is #525560.


Background Color

.myBgColor { background-color: #525560; }

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

This div background color is #525560.


Border color

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

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

This div border color is #525560.


Opacity

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

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

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

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

This text has shadow with #525560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525560 on black background.


Color preview on white background

This text has color #525560 on white background.



Black color preview on #525560 background

This text has black color on #525560 background.


White color preview on #525560 background

This text has white color on #525560 background.