Html Css Color HEX #52525C Gun Powder

📋 copy color: '#52525C'

red 82 ◦ green 82 ◦ blue 92

#52525C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #52525C

Tints of Gun Powder #52525C

RGB

 RED value IS 82 (32.42% from 255) = 32.03%

 GREEN value IS 82 (32.42% from 255) = 32.03%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 32.03%
G = 32.03%
B = 35.94%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52525C (or 0x52525C) is known color: Gun Powder. HEX triplet: 52, 52 and 5C. RGB value is (82,82,92). Sum of RGB (Red+Green+Blue) = 82+82+92=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 92 - color contains mainly: blue. Hex color #52525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52525C is #ADADA3. Grayscale: #535353. Windows color (decimal): -11382180 or 6050386. OLE color: 6050386.

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

Color convert

RGB 82 82 92 -
CMYK 0.11 0.11 0 0.64
HSL 240º 0.06% 0.34% -
HSV(B) 240º 0.11% 0.36% -
XYZ 8.43 8.6 11.34 -
YUV 83.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 82 82 92 0.11 0.11 0 0.64 240 0.06 0.34
Hex 52 52 5C B B 0 40 F0 6 22
Octal 122 122 134 13 13 0 100 360 6 42
Binary 1010010 1010010 1011100 1011 1011 0 1000000 11110000 110 100010

Color Harmonies of #52525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52525C

Black with #52525C

Text Example


Text Example

White with #52525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52525C; }

 p { color: rgb(82,82,92); }

 H1.HeaderClassName
 {
   color: #52525C;
 }
 .AnyTagClassName
 {
   color: #52525C;
 }
</style>

background-color css

<style>
 a { background-color: #52525C; }

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

 div.DivClassName
 {
   background-color: #52525C;
 }
 .BgClassName
 {
   background-color: #52525C;
 }
</style>

border-color css

<style>
 span { border-color: #52525C; }

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

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