#52575F

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

Shades of Bright Grey #52575F

Tints of Bright Grey #52575F

Color information

#52575F (or 0x52575F) is unknown color: approx Bright Grey. HEX triplet: 52, 57 and 5F. RGB value is (82,87,95). Sum of RGB (Red+Green+Blue) = 82+87+95=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 95 - color contains mainly: blue. Hex color #52575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52575F is #ADA8A0. Grayscale: #565656. Windows color (decimal): -11380897 or 6248274. OLE color: 6248274.

HSL color Cylindrical-coordinate representation of color #52575F: hue angle of 216.92º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #52575F is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB828795-
CMYK0.140.0800.63
HSL216.92º7.34%34.71%-
HSV(B)216.92º13.68%37.25%-
XYZ8.959.4412.18-
YUV86.42132.84124.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=31.06%
G=32.95%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8287950.140.0800.63216.927.3434.71
Hex52575FE803Fd9723
Octal1221271371610077331743
Binary10100101010111101111111101000011111111011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52575F; }

 p { color: rgb(82,87,95); }

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

<style>
 a { background-color: #52575F; }

 a { background-color: rgb(82,87,95); }

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

<style>
 span { border-color: #52575F; }

 span { border-color: rgb(82,87,95); }

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