COLOR #525559

HEX: #525559
RGB: (82,85,89)

Color info

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

RGB color model

#525559 color RGB value is (82,85,89).

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

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 89 of 255 = 35%

82
85
89

R + G + B ~ 33%. #525559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 89 = 256 (100%)
R 82 of 256 ~ 32.03%
G 85 of 256 ~ 33.2%
B 89 of 256 ~ 34.77%

%32.03
%33.2
%34.77

CMYK color model

#525559 color CMYK value is (8,4,0,65).

  • cyan value is 7.87%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(8,4,0,65)
C8M4Y0K65 
(8%,4%,0%,65%)
(0.08/0.04/0.00/0.65)	

CMYK percentages

%7.87
%4.49
%0
%65.1

Codes

Color #525559 in popluar color models

525559
RGB828589
HSL214°4.09%33.53%
HSB/HSV214°7.87%34.90%
CMYK7.87%4.49%0.00%
65.10%

Color #525559 in popluar number systems.

HEX525559
Decimal828589
Binary101001010101011011001
Octal122125131

Shades and tints

Shades of #525559

#525559
(82,85,89)
#4B4E51
(75,78,81)
#444749
(68,71,73)
#3D4041
(61,64,65)
#363939
(54,57,57)
#2F3231
(47,50,49)
#282B29
(40,43,41)
#212421
(33,36,33)
#1A1D19
(26,29,25)
#131611
(19,22,17)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #525559

#525559
(82,85,89)
#616468
(97,100,104)
#707377
(112,115,119)
#7F8286
(127,130,134)
#8E9195
(142,145,149)
#9DA0A4
(157,160,164)
#ACAFB3
(172,175,179)
#BBBEC2
(187,190,194)
#CACDD1
(202,205,209)
#D9DCE0
(217,220,224)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525559; }

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

This text font color is #525559.


Background Color

.myBgColor { background-color: #525559; }

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

This div background color is #525559.


Border color

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

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

This div border color is #525559.


Opacity

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

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

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

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

This text has shadow with #525559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525559 on black background.


Color preview on white background

This text has color #525559 on white background.



Black color preview on #525559 background

This text has black color on #525559 background.


White color preview on #525559 background

This text has white color on #525559 background.