COLOR #525558

HEX: #525558
RGB: (82,85,88)

Color info

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

RGB color model

#525558 color RGB value is (82,85,88).

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

RGB channels and saturation

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

82
85
88

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

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 88 = 255 (100%)
R 82 of 255 ~ 32.16%
G 85 of 255 ~ 33.33%
B 88 of 255 ~ 34.51%

%32.16
%33.33
%34.51

CMYK color model

#525558 color CMYK value is (7,3,0,65).

  • cyan value is 6.82%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(7,3,0,65)
C7M3Y0K65 
(7%,3%,0%,65%)
(0.07/0.03/0.00/0.65)	

CMYK percentages

%6.82
%3.41
%0
%65.49

Codes

Color #525558 in popluar color models

525558
RGB828588
HSL210°3.53%33.33%
HSB/HSV210°6.82%34.51%
CMYK6.82%3.41%0.00%
65.49%

Color #525558 in popluar number systems.

HEX525558
Decimal828588
Binary101001010101011011000
Octal122125130

Shades and tints

Shades of #525558

#525558
(82,85,88)
#4B4E50
(75,78,80)
#444748
(68,71,72)
#3D4040
(61,64,64)
#363938
(54,57,56)
#2F3230
(47,50,48)
#282B28
(40,43,40)
#212420
(33,36,32)
#1A1D18
(26,29,24)
#131610
(19,22,16)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #525558

#525558
(82,85,88)
#616467
(97,100,103)
#707376
(112,115,118)
#7F8285
(127,130,133)
#8E9194
(142,145,148)
#9DA0A3
(157,160,163)
#ACAFB2
(172,175,178)
#BBBEC1
(187,190,193)
#CACDD0
(202,205,208)
#D9DCDF
(217,220,223)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525558; }

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

This text font color is #525558.


Background Color

.myBgColor { background-color: #525558; }

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

This div background color is #525558.


Border color

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

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

This div border color is #525558.


Opacity

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

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

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

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

This text has shadow with #525558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525558 on black background.


Color preview on white background

This text has color #525558 on white background.



Black color preview on #525558 background

This text has black color on #525558 background.


White color preview on #525558 background

This text has white color on #525558 background.