Html Css Color HEX #51525E Gun Powder

📋 copy color: '#51525E'

red 81 ◦ green 82 ◦ blue 94

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

Shades of Gun Powder #51525E

Tints of Gun Powder #51525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 31.52%
G = 31.91%
B = 36.58%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51525E (or 0x51525E) is known color: Gun Powder. HEX triplet: 51, 52 and 5E. RGB value is (81,82,94). Sum of RGB (Red+Green+Blue) = 81+82+94=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 94 - color contains mainly: blue. Hex color #51525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51525E is #AEADA1. Grayscale: #535353. Windows color (decimal): -11447714 or 6181457. OLE color: 6181457.

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

Color convert

RGB 81 82 94 -
CMYK 0.14 0.13 0 0.63
HSL 235.38º 0.07% 0.34% -
HSV(B) 235.38º 0.14% 0.37% -
XYZ 8.43 8.59 11.8 -
YUV 83.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 81 82 94 0.14 0.13 0 0.63 235.38 0.07 0.34
Hex 51 52 5E E D 0 3F EB 7 22
Octal 121 122 136 16 15 0 77 353 7 42
Binary 1010001 1010010 1011110 1110 1101 0 111111 11101011 111 100010

Color Harmonies of #51525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51525E

Black with #51525E

Text Example


Text Example

White with #51525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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