Html Css Color HEX #57575D Gun Powder

📋 copy color: '#57575D'

red 87 ◦ green 87 ◦ blue 93

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

Shades of Gun Powder #57575D

Tints of Gun Powder #57575D

RGB

 RED value IS 87 (34.38% from 255) = 32.58%

 GREEN value IS 87 (34.38% from 255) = 32.58%

 BLUE value IS 93 (36.72% from 255) = 34.83%

R = 32.58%
G = 32.58%
B = 34.83%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57575D (or 0x57575D) is known color: Gun Powder. HEX triplet: 57, 57 and 5D. RGB value is (87,87,93). Sum of RGB (Red+Green+Blue) = 87+87+93=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 93 - color contains mainly: blue. Hex color #57575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57575D is #A8A8A2. Grayscale: #575757. Windows color (decimal): -11053219 or 6117207. OLE color: 6117207.

HSL color Cylindrical-coordinate representation of color #57575D: hue angle of 240º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #57575D is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 87 93 -
CMYK 0.06 0.06 0 0.64
HSL 240º 0.03% 0.35% -
HSV(B) 240º 0.06% 0.36% -
XYZ 9.31 9.63 11.72 -
YUV 87.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 87 87 93 0.06 0.06 0 0.64 240 0.03 0.35
Hex 57 57 5D 6 6 0 40 F0 3 23
Octal 127 127 135 6 6 0 100 360 3 43
Binary 1010111 1010111 1011101 110 110 0 1000000 11110000 11 100011

Color Harmonies of #57575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57575D

Black with #57575D

Text Example


Text Example

White with #57575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57575D; }

 p { color: rgb(87,87,93); }

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

background-color css

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

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

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

border-color css

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

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

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