Html Css Color HEX #555560 Gun Powder

📋 copy color: '#555560'

red 85 ◦ green 85 ◦ blue 96

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

Shades of Gun Powder #555560

Tints of Gun Powder #555560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 31.95%
G = 31.95%
B = 36.09%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555560 (or 0x555560) is known color: Gun Powder. HEX triplet: 55, 55 and 60. RGB value is (85,85,96). Sum of RGB (Red+Green+Blue) = 85+85+96=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #555560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555560 is #AAAA9F. Grayscale: #565656. Windows color (decimal): -11184800 or 6313301. OLE color: 6313301.

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

Color convert

RGB 85 85 96 -
CMYK 0.11 0.11 0 0.62
HSL 240º 0.06% 0.35% -
HSV(B) 240º 0.11% 0.38% -
XYZ 9.11 9.27 12.38 -
YUV 86.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 85 85 96 0.11 0.11 0 0.62 240 0.06 0.35
Hex 55 55 60 B B 0 3E F0 6 23
Octal 125 125 140 13 13 0 76 360 6 43
Binary 1010101 1010101 1100000 1011 1011 0 111110 11110000 110 100011

Color Harmonies of #555560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555560

Black with #555560

Text Example


Text Example

White with #555560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555560; }

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

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

background-color css

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

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

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

border-color css

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

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

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