Html Css Color HEX #57575A Gun Powder

📋 copy color: '#57575A'

red 87 ◦ green 87 ◦ blue 90

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

Shades of Gun Powder #57575A

Tints of Gun Powder #57575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.09%

R = 32.95%
G = 32.95%
B = 34.09%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57575A (or 0x57575A) is known color: Gun Powder. HEX triplet: 57, 57 and 5A. RGB value is (87,87,90). Sum of RGB (Red+Green+Blue) = 87+87+90=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 90 - color contains mainly: blue. Hex color #57575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57575A is #A8A8A5. Grayscale: #575757. Windows color (decimal): -11053222 or 5920599. OLE color: 5920599.

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

Color convert

RGB 87 87 90 -
CMYK 0.03 0.03 0 0.65
HSL 240º 0.02% 0.35% -
HSV(B) 240º 0.03% 0.35% -
XYZ 9.18 9.58 11.04 -
YUV 87.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 87 87 90 0.03 0.03 0 0.65 240 0.02 0.35
Hex 57 57 5A 3 3 0 41 F0 2 23
Octal 127 127 132 3 3 0 101 360 2 43
Binary 1010111 1010111 1011010 11 11 0 1000001 11110000 10 100011

Color Harmonies of #57575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57575A

Black with #57575A

Text Example


Text Example

White with #57575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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