Html Css Color HEX #51525C Gun Powder

📋 copy color: '#51525C'

red 81 ◦ green 82 ◦ blue 92

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

Shades of Gun Powder #51525C

Tints of Gun Powder #51525C

RGB

 RED value IS 81 (32.03% from 255) = 31.76%

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

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

R = 31.76%
G = 32.16%
B = 36.08%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51525C (or 0x51525C) is known color: Gun Powder. HEX triplet: 51, 52 and 5C. RGB value is (81,82,92). Sum of RGB (Red+Green+Blue) = 81+82+92=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #51525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51525C is #AEADA3. Grayscale: #525252. Windows color (decimal): -11447716 or 6050385. OLE color: 6050385.

HSL color Cylindrical-coordinate representation of color #51525C: hue angle of 234.55º 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 #51525C is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 82 92 -
CMYK 0.12 0.11 0 0.64
HSL 234.55º 0.06% 0.34% -
HSV(B) 234.55º 0.12% 0.36% -
XYZ 8.34 8.56 11.34 -
YUV 82.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 81 82 92 0.12 0.11 0 0.64 234.55 0.06 0.34
Hex 51 52 5C C B 0 40 EB 6 22
Octal 121 122 134 14 13 0 100 353 6 42
Binary 1010001 1010010 1011100 1100 1011 0 1000000 11101011 110 100010

Color Harmonies of #51525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51525C

Black with #51525C

Text Example


Text Example

White with #51525C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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