#565659

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

Shades of Gun Powder #565659

Tints of Gun Powder #565659

Color information

#565659 (or 0x565659) is unknown color: approx Gun Powder. HEX triplet: 56, 56 and 59. RGB value is (86,86,89). Sum of RGB (Red+Green+Blue) = 86+86+89=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 89 - color contains mainly: blue. Hex color #565659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565659 is #A9A9A6. Grayscale: #565656. Windows color (decimal): -11119015 or 5854806. OLE color: 5854806.

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

Color convert

RGB868689-
CMYK0.030.0300.65
HSL240º1.71%34.31%-
HSV(B)240º3.37%34.9%-
XYZ8.979.3610.78-
YUV86.34129.5127.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 89 (35.16% from 255) = 34.10%
R=32.95%
G=32.95%
B=34.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8686890.030.0300.652401.7134.31
Hex56565933041f0222
Octal126126131330101360242
Binary1010110101011010110011111010000011111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565659; }

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

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

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

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

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

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

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

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