Html Css Color HEX #515057 Gun Powder

📋 copy color: '#515057'

red 81 ◦ green 80 ◦ blue 87

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

Shades of Gun Powder #515057

Tints of Gun Powder #515057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.08%

R = 32.66%
G = 32.26%
B = 35.08%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#515057 (or 0x515057) is known color: Gun Powder. HEX triplet: 51, 50 and 57. RGB value is (81,80,87). Sum of RGB (Red+Green+Blue) = 81+80+87=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 87 - color contains mainly: blue. Hex color #515057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515057 is #AEAFA8. Grayscale: #515151. Windows color (decimal): -11448233 or 5722193. OLE color: 5722193.

HSL color Cylindrical-coordinate representation of color #515057: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #515057 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 80 87 -
CMYK 0.07 0.08 0 0.66
HSL 248.57º 0.04% 0.33% -
HSV(B) 248.57º 0.08% 0.34% -
XYZ 7.98 8.17 10.17 -
YUV 81.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 81 80 87 0.07 0.08 0 0.66 248.57 0.04 0.33
Hex 51 50 57 7 8 0 42 F9 4 21
Octal 121 120 127 7 10 0 102 371 4 41
Binary 1010001 1010000 1010111 111 1000 0 1000010 11111001 100 100001

Color Harmonies of #515057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515057

Black with #515057

Text Example


Text Example

White with #515057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515057; }

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

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

background-color css

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

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

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

border-color css

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

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

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