#565658

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

Shades of Gun Powder #565658

Tints of Gun Powder #565658

Color information

#565658 (or 0x565658) is unknown color: approx Gun Powder. HEX triplet: 56, 56 and 58. RGB value is (86,86,88). Sum of RGB (Red+Green+Blue) = 86+86+88=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 88 - color contains mainly: blue. Hex color #565658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565658 is #A9A9A7. Grayscale: #565656. Windows color (decimal): -11119016 or 5789270. OLE color: 5789270.

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

Color convert

RGB868688-
CMYK0.020.0200.65
HSL240º1.15%34.12%-
HSV(B)240º2.27%34.51%-
XYZ8.939.3410.56-
YUV86.23129127.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 88 (34.77% from 255) = 33.85%
R=33.08%
G=33.08%
B=33.85%

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
Decimal8686880.020.0200.652401.1534.12
Hex56565822041f0122
Octal126126130220101360142
Binary101011010101101011000101001000001111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565658; }

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

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

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

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

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

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

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

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