#52535F

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

Shades of Bright Grey #52535F

Tints of Bright Grey #52535F

Color information

#52535F (or 0x52535F) is unknown color: approx Bright Grey. HEX triplet: 52, 53 and 5F. RGB value is (82,83,95). Sum of RGB (Red+Green+Blue) = 82+83+95=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 95 - color contains mainly: blue. Hex color #52535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52535F is #ADACA0. Grayscale: #545454. Windows color (decimal): -11381921 or 6247250. OLE color: 6247250.

HSL color Cylindrical-coordinate representation of color #52535F: hue angle of 235.38º 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 #52535F is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB828395-
CMYK0.140.1300.63
HSL235.38º7.34%34.71%-
HSV(B)235.38º13.68%37.25%-
XYZ8.648.8112.07-
YUV84.07134.17126.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 95 (37.5% from 255) = 36.54%
R=31.54%
G=31.92%
B=36.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8283950.140.1300.63235.387.3434.71
Hex52535FED03Feb723
Octal1221231371615077353743
Binary10100101010011101111111101101011111111101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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