#52565D

Color #52565D Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #52565D

Tints of Bright Grey #52565D

Color information

#52565D (or 0x52565D) is unknown color: approx Bright Grey. HEX triplet: 52, 56 and 5D. RGB value is (82,86,93). Sum of RGB (Red+Green+Blue) = 82+86+93=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 93 - color contains mainly: blue. Hex color #52565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52565D is #ADA9A2. Grayscale: #555555. Windows color (decimal): -11381155 or 6116946. OLE color: 6116946.

HSL color Cylindrical-coordinate representation of color #52565D: hue angle of 218.18º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #52565D is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB828693-
CMYK0.120.0800.64
HSL218.18º6.29%34.31%-
HSV(B)218.18º11.83%36.47%-
XYZ8.789.2411.68-
YUV85.6132.17125.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=31.42%
G=32.95%
B=35.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8286930.120.0800.64218.186.2934.31
Hex52565DC8040da622
Octal12212613514100100332642
Binary101001010101101011101110010000100000011011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52565D; }

 p { color: rgb(82,86,93); }

 H1.HeaderClassName
 {
   color: #52565D;
 }
 .AnyTagClassName
 {
   color: #52565D;
 }
</style>
background-color css

<style>
 a { background-color: #52565D; }

 a { background-color: rgb(82,86,93); }

 div.DivClassName
 {
   background-color: #52565D;
 }
 .BgClassName
 {
   background-color: #52565D;
 }
</style>
border-color css

<style>
 span { border-color: #52565D; }

 span { border-color: rgb(82,86,93); }

 td.TdClassName
 {
   border-color: #52565D;
 }
 .TagClassName
 {
   border-color: #52565D;
 }
</style>