Html Css Color HEX #56565A Gun Powder

📋 copy color: '#56565A'

red 86 ◦ green 86 ◦ blue 90

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

Shades of Gun Powder #56565A

Tints of Gun Powder #56565A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 32.82%
G = 32.82%
B = 34.35%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#56565A (or 0x56565A) is known color: Gun Powder. HEX triplet: 56, 56 and 5A. RGB value is (86,86,90). Sum of RGB (Red+Green+Blue) = 86+86+90=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 90 - color contains mainly: blue. Hex color #56565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56565A is #A9A9A5. Grayscale: #565656. Windows color (decimal): -11119014 or 5920342. OLE color: 5920342.

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

Color convert

RGB 86 86 90 -
CMYK 0.04 0.04 0 0.65
HSL 240º 0.02% 0.35% -
HSV(B) 240º 0.04% 0.35% -
XYZ 9.01 9.37 11.01 -
YUV 86.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 86 86 90 0.04 0.04 0 0.65 240 0.02 0.35
Hex 56 56 5A 4 4 0 41 F0 2 23
Octal 126 126 132 4 4 0 101 360 2 43
Binary 1010110 1010110 1011010 100 100 0 1000001 11110000 10 100011

Color Harmonies of #56565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56565A

Black with #56565A

Text Example


Text Example

White with #56565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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