Html Css Color HEX #56565E Gun Powder

📋 copy color: '#56565E'

red 86 ◦ green 86 ◦ blue 94

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

Shades of Gun Powder #56565E

Tints of Gun Powder #56565E

RGB

 RED value IS 86 (33.98% from 255) = 32.33%

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 94 (37.11% from 255) = 35.34%

R = 32.33%
G = 32.33%
B = 35.34%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#56565E (or 0x56565E) is known color: Gun Powder. HEX triplet: 56, 56 and 5E. RGB value is (86,86,94). Sum of RGB (Red+Green+Blue) = 86+86+94=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 94 - color contains mainly: blue. Hex color #56565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56565E is #A9A9A1. Grayscale: #565656. Windows color (decimal): -11119010 or 6182486. OLE color: 6182486.

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

Color convert

RGB 86 86 94 -
CMYK 0.09 0.09 0 0.63
HSL 240º 0.04% 0.35% -
HSV(B) 240º 0.09% 0.37% -
XYZ 9.19 9.44 11.93 -
YUV 86.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 86 86 94 0.09 0.09 0 0.63 240 0.04 0.35
Hex 56 56 5E 9 9 0 3F F0 4 23
Octal 126 126 136 11 11 0 77 360 4 43
Binary 1010110 1010110 1011110 1001 1001 0 111111 11110000 100 100011

Color Harmonies of #56565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56565E

Black with #56565E

Text Example


Text Example

White with #56565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56565E;
 }
 .AnyTagClassName
 {
   color: #56565E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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