COLOR #52505A

HEX: #52505A RGB: (82,80,90)

Color info

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

RGB color model

#52505A color RGB value is (82,80,90).

RGB: (82,80,90) (32%, 31%, 35%)

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 90 of 255 = 35%

82
80
90

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

Portions of RGB colors in percentages

R + G + B = 82 + 80 + 90 = 252 (100%)
R 82 of 252 ~ 32.54%
G 80 of 252 ~ 31.75%
B 90 of 252 ~ 35.71'%

%32.54
%31.75
%35.71

CMYK color model

#52505A color CMYK value is (9,11,0,65).

  • cyan value is 8.89%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (9,11,0,65)
C9M11Y0K65 (9%, 11%, 0%, 65%)
(0.09 / 0.11 / 0.00 / 0.65)

CMYK percentages

%8.89
%11.11
%0
%64.71

Codes

Color #52505A in popluar color models

52 50 5A
RGB 82 80 90
HSL 252° 5.88% 33.33%
HSB/HSV 252° 11.11% 35.29%
CMYK 8.89% 11.11% 0.00%
64.71%

Color #52505A in popluar number systems.

HEX 52 50 5A
Decimal 82 80 90
Binary 1010010 1010000 1011010
Octal 122 120 132

Shades and tints

Shades of #52505A

#52505A
(82,80,90)
#4B4952
(75,73,82)
#44424A
(68,66,74)
#3D3B42
(61,59,66)
#36343A
(54,52,58)
#2F2D32
(47,45,50)
#28262A
(40,38,42)
#211F22
(33,31,34)
#1A181A
(26,24,26)
#131112
(19,17,18)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #52505A

#52505A
(82,80,90)
#615F69
(97,95,105)
#706E78
(112,110,120)
#7F7D87
(127,125,135)
#8E8C96
(142,140,150)
#9D9BA5
(157,155,165)
#ACAAB4
(172,170,180)
#BBB9C3
(187,185,195)
#CAC8D2
(202,200,210)
#D9D7E1
(217,215,225)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52505A color. Also use rgb(82,80,90) instead hex code.

Text Font Color

.myTextColor { color: #52505A; }

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

This text font color is #52505A.

Background Color

.myBgColor { background-color: #52505A; }

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

This div background color is #52505A.

Border color

.myBorderColor { border: 1px solid #52505A; }

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

This div border color is #52505A.

Opacity

.myOpacity80 { color: #52505A; opacity: 0.8; }

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

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

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

This text has shadow with #52505A color.


.textShadow {text-shadow: 3px 3px 1px #52505A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52505A; -webkit-box-shadow: 1px 1px 3px 2px #52505A; box-shadow:1px 1px 3px 2px #52505A;">
Div content here
</div>

This div box has shadow with color #52505A.

Preview

Color preview on black background

This text has color #52505A on black background.


Color preview on white background

This text has color #52505A on white background.


Black color preview on #52505A background

This text has black color on #52505A background.


White color preview on #52505A background

This text has white color on #52505A background.


Related colors

Complementary color

Complementary color for #hex is #ADAFA5.


I love getcolorcode.com

Triadic colors

1 #5A5250 and #505A52 with #52505A are triadic colors.

2 #5A5052 and #50525A with #52505A are triadic colors.