#575759

Color #575759 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #575759

Tints of Gun Powder #575759

Color information

#575759 (or 0x575759) is unknown color: approx Gun Powder. HEX triplet: 57, 57 and 59. RGB value is (87,87,89). Sum of RGB (Red+Green+Blue) = 87+87+89=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 89 - color contains mainly: blue. Hex color #575759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575759 is #A8A8A6. Grayscale: #575757. Windows color (decimal): -11053223 or 5855063. OLE color: 5855063.

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

Color convert

RGB878789-
CMYK0.020.0200.65
HSL240º1.14%34.51%-
HSV(B)240º2.25%34.9%-
XYZ9.149.5610.82-
YUV87.23129127.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 89 (35.16% from 255) = 33.84%
R=33.08%
G=33.08%
B=33.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8787890.020.0200.652401.1434.51
Hex57575922041f0123
Octal127127131220101360143
Binary101011110101111011001101001000001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575759; }

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

 H1.HeaderClassName
 {
   color: #575759;
 }
 .AnyTagClassName
 {
   color: #575759;
 }
</style>
background-color css

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

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

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

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

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

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