Html Css Color HEX #56565B Gun Powder

📋 copy color: '#56565B'

red 86 ◦ green 86 ◦ blue 91

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

Shades of Gun Powder #56565B

Tints of Gun Powder #56565B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 32.7%
G = 32.7%
B = 34.6%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56565B (or 0x56565B) is known color: 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

RGB 86 86 91 -
CMYK 0.05 0.05 0 0.64
HSL 240º 0.03% 0.35% -
HSV(B) 240º 0.05% 0.36% -
XYZ 9.05 9.39 11.23 -
YUV 86.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 86 86 91 0.05 0.05 0 0.64 240 0.03 0.35
Hex 56 56 5B 5 5 0 40 F0 3 23
Octal 126 126 133 5 5 0 100 360 3 43
Binary 1010110 1010110 1011011 101 101 0 1000000 11110000 11 100011

Color Harmonies of #56565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56565B

Black with #56565B

Text Example


Text Example

White with #56565B

Text Example


Text Example

HTML Codes & Css Web 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>