#56565B

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

Shades of Gun Powder #56565B

Tints of Gun Powder #56565B

Color information

#56565B (or 0x56565B) is unknown color: approx Gun Powder. HEX triplet: 56, 56 and 5B. RGB value is (86,86,91). Sum of RGB (Red+Green+Blue) = 86+86+91=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 91 - color contains mainly: blue. Hex color #56565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56565B is #A9A9A4. Grayscale: #565656. Windows color (decimal): -11119013 or 5985878. OLE color: 5985878.

HSL color Cylindrical-coordinate representation of color #56565B: 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.05%. Process color model (Four color, CMYK) of #56565B is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB868691-
CMYK0.050.0500.64
HSL240º2.82%34.71%-
HSV(B)240º5.49%35.69%-
XYZ9.059.3911.23-
YUV86.57130.5127.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.70%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=32.70%
G=32.70%
B=34.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8686910.050.0500.642402.8234.71
Hex56565B55040f0323
Octal126126133550100360343
Binary101011010101101011011101101010000001111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56565B; }

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

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

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

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

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

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

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

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