Html Css Color HEX #51505B Gun Powder

📋 copy color: '#51505B'

red 81 ◦ green 80 ◦ blue 91

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

Shades of Gun Powder #51505B

Tints of Gun Powder #51505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 32.14%
G = 31.75%
B = 36.11%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51505B (or 0x51505B) is known color: Gun Powder. HEX triplet: 51, 50 and 5B. RGB value is (81,80,91). Sum of RGB (Red+Green+Blue) = 81+80+91=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #51505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51505B is #AEAFA4. Grayscale: #515151. Windows color (decimal): -11448229 or 5984337. OLE color: 5984337.

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

Color convert

RGB 81 80 91 -
CMYK 0.11 0.12 0 0.64
HSL 245.45º 0.06% 0.34% -
HSV(B) 245.45º 0.12% 0.36% -
XYZ 8.15 8.24 11.06 -
YUV 81.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 81 80 91 0.11 0.12 0 0.64 245.45 0.06 0.34
Hex 51 50 5B B C 0 40 F5 6 22
Octal 121 120 133 13 14 0 100 365 6 42
Binary 1010001 1010000 1011011 1011 1100 0 1000000 11110101 110 100010

Color Harmonies of #51505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51505B

Black with #51505B

Text Example


Text Example

White with #51505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51505B; }

 p { color: rgb(81,80,91); }

 H1.HeaderClassName
 {
   color: #51505B;
 }
 .AnyTagClassName
 {
   color: #51505B;
 }
</style>

background-color css

<style>
 a { background-color: #51505B; }

 a { background-color: rgb(81,80,91); }

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

border-color css

<style>
 span { border-color: #51505B; }

 span { border-color: rgb(81,80,91); }

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