Html Css Color HEX #555559 Gun Powder

📋 copy color: '#555559'

red 85 ◦ green 85 ◦ blue 89

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

Shades of Gun Powder #555559

Tints of Gun Powder #555559

RGB

 RED value IS 85 (33.59% from 255) = 32.82%

 GREEN value IS 85 (33.59% from 255) = 32.82%

 BLUE value IS 89 (35.16% from 255) = 34.36%

R = 32.82%
G = 32.82%
B = 34.36%

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

#555559 (or 0x555559) is known color: Gun Powder. HEX triplet: 55, 55 and 59. RGB value is (85,85,89). Sum of RGB (Red+Green+Blue) = 85+85+89=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 89 - color contains mainly: blue. Hex color #555559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555559 is #AAAAA6. Grayscale: #555555. Windows color (decimal): -11184807 or 5854549. OLE color: 5854549.

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

Color convert

RGB 85 85 89 -
CMYK 0.04 0.04 0 0.65
HSL 240º 0.02% 0.34% -
HSV(B) 240º 0.04% 0.35% -
XYZ 8.8 9.15 10.75 -
YUV 85.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 85 85 89 0.04 0.04 0 0.65 240 0.02 0.34
Hex 55 55 59 4 4 0 41 F0 2 22
Octal 125 125 131 4 4 0 101 360 2 42
Binary 1010101 1010101 1011001 100 100 0 1000001 11110000 10 100010

Color Harmonies of #555559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555559

Black with #555559

Text Example


Text Example

White with #555559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555559; }

 p { color: rgb(85,85,89); }

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

background-color css

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

 a { background-color: rgb(85,85,89); }

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

border-color css

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

 span { border-color: rgb(85,85,89); }

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