Html Css Color HEX #52525D Gun Powder

📋 copy color: '#52525D'

red 82 ◦ green 82 ◦ blue 93

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

Shades of Gun Powder #52525D

Tints of Gun Powder #52525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 31.91%
G = 31.91%
B = 36.19%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52525D (or 0x52525D) is known color: Gun Powder. HEX triplet: 52, 52 and 5D. RGB value is (82,82,93). Sum of RGB (Red+Green+Blue) = 82+82+93=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #52525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52525D is #ADADA2. Grayscale: #535353. Windows color (decimal): -11382179 or 6115922. OLE color: 6115922.

HSL color Cylindrical-coordinate representation of color #52525D: 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.12%. Process color model (Four color, CMYK) of #52525D is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 82 93 -
CMYK 0.12 0.12 0 0.64
HSL 240º 0.06% 0.34% -
HSV(B) 240º 0.12% 0.36% -
XYZ 8.47 8.62 11.57 -
YUV 83.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 82 82 93 0.12 0.12 0 0.64 240 0.06 0.34
Hex 52 52 5D C C 0 40 F0 6 22
Octal 122 122 135 14 14 0 100 360 6 42
Binary 1010010 1010010 1011101 1100 1100 0 1000000 11110000 110 100010

Color Harmonies of #52525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52525D

Black with #52525D

Text Example


Text Example

White with #52525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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