Html Css Color HEX #51515F Gun Powder

📋 copy color: '#51515F'

red 81 ◦ green 81 ◦ blue 95

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

Shades of Gun Powder #51515F

Tints of Gun Powder #51515F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 31.52%
G = 31.52%
B = 36.96%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51515F (or 0x51515F) is known color: Gun Powder. HEX triplet: 51, 51 and 5F. RGB value is (81,81,95). Sum of RGB (Red+Green+Blue) = 81+81+95=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 95 - color contains mainly: blue. Hex color #51515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51515F is #AEAEA0. Grayscale: #525252. Windows color (decimal): -11447969 or 6246737. OLE color: 6246737.

HSL color Cylindrical-coordinate representation of color #51515F: hue angle of 240º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #51515F is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 81 95 -
CMYK 0.15 0.15 0 0.63
HSL 240º 0.08% 0.35% -
HSV(B) 240º 0.15% 0.37% -
XYZ 8.4 8.46 12.02 -
YUV 82.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 81 81 95 0.15 0.15 0 0.63 240 0.08 0.35
Hex 51 51 5F F F 0 3F F0 8 23
Octal 121 121 137 17 17 0 77 360 10 43
Binary 1010001 1010001 1011111 1111 1111 0 111111 11110000 1000 100011

Color Harmonies of #51515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51515F

Black with #51515F

Text Example


Text Example

White with #51515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51515F; }

 p { color: rgb(81,81,95); }

 H1.HeaderClassName
 {
   color: #51515F;
 }
 .AnyTagClassName
 {
   color: #51515F;
 }
</style>

background-color css

<style>
 a { background-color: #51515F; }

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

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

border-color css

<style>
 span { border-color: #51515F; }

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

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