Html Css Color HEX #565658 Gun Powder

📋 copy color: '#565658'

red 86 ◦ green 86 ◦ blue 88

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

Shades of Gun Powder #565658

Tints of Gun Powder #565658

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 value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#565658 (or 0x565658) is known color: 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

RGB 86 86 88 -
CMYK 0.02 0.02 0 0.65
HSL 240º 0.01% 0.34% -
HSV(B) 240º 0.02% 0.35% -
XYZ 8.93 9.34 10.56 -
YUV 86.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 86 86 88 0.02 0.02 0 0.65 240 0.01 0.34
Hex 56 56 58 2 2 0 41 F0 1 22
Octal 126 126 130 2 2 0 101 360 1 42
Binary 1010110 1010110 1011000 10 10 0 1000001 11110000 1 100010

Color Harmonies of #565658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565658

Black with #565658

Text Example


Text Example

White with #565658

Text Example


Text Example

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